From 8f49e4127fbc64c0275b77f5c24a3da574c14a27 Mon Sep 17 00:00:00 2001 From: "Samuel E. Moelius III" Date: Wed, 25 May 2022 07:22:04 -0400 Subject: [PATCH] Fix `assert!` message --- tests/compile-test.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/compile-test.rs b/tests/compile-test.rs index 18a51020e14..4f17e7ffbc2 100644 --- a/tests/compile-test.rs +++ b/tests/compile-test.rs @@ -394,8 +394,8 @@ fn check_rustfix_coverage() { .binary_search_by_key(&filename, Path::new) .is_ok(), "`{}` runs `MachineApplicable` diagnostics but is missing a `run-rustfix` annotation. \ - Please either add `// run-rustfix` at the top of file or add the file to \ - `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`.", rs_path, ); }