We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76b84db + 714b142 commit 1e424e7Copy full SHA for 1e424e7
1 file changed
moz-webgpu-cts/src/wpt/metadata.rs
@@ -677,7 +677,10 @@ impl<'a> metadata::Subtests<'a> for Subtests {
677
) {
678
let Self(subtests) = self;
679
if subtests.get(&name).is_some() {
680
- emitter.emit(Rich::custom(span, "duplicate subtest {name:?}"));
+ emitter.emit(Rich::custom(
681
+ span,
682
+ format_args!("duplicate subtest {name:?}"),
683
+ ));
684
}
685
subtests.insert(name, subtest);
686
0 commit comments