We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
assert!
1 parent ebdd925 commit 534fc5dCopy full SHA for 534fc5d
tests/compile-test.rs
@@ -394,8 +394,8 @@ fn check_rustfix_coverage() {
394
.binary_search_by_key(&filename, Path::new)
395
.is_ok(),
396
"`{}` runs `MachineApplicable` diagnostics but is missing a `run-rustfix` annotation. \
397
- Please either add `// run-rustfix` at the top of file or add the file to \
398
- `RUSTFIX_COVERAGE_KNOWN_EXCEPTIONS`.",
+ Please either add `// run-rustfix` at the top of the file or add the file to \
+ `RUSTFIX_COVERAGE_KNOWN_EXCEPTIONS` in `tests/compile-test.rs`.",
399
rs_path,
400
);
401
}
0 commit comments