Skip to content

Commit 534fc5d

Browse files
committed
Fix assert! message
1 parent ebdd925 commit 534fc5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/compile-test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ fn check_rustfix_coverage() {
394394
.binary_search_by_key(&filename, Path::new)
395395
.is_ok(),
396396
"`{}` 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`.",
397+
Please either add `// run-rustfix` at the top of the file or add the file to \
398+
`RUSTFIX_COVERAGE_KNOWN_EXCEPTIONS` in `tests/compile-test.rs`.",
399399
rs_path,
400400
);
401401
}

0 commit comments

Comments
 (0)