We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9385f9 + 404d8ee commit 9a4d5b3Copy full SHA for 9a4d5b3
tests/run-make/linker-warning/rmake.rs
@@ -61,7 +61,7 @@ fn main() {
61
diff()
62
.expected_file("short-error.txt")
63
.actual_text("(linker error)", out.stderr())
64
- .normalize(r#"/rustc[^/_-]*/"#, "/rustc/")
+ .normalize(r#"^/rustc[^/_-]*/"#, "/rustc/")
65
.normalize("libpanic_abort", "libpanic_unwind")
66
.normalize(
67
regex::escape(
0 commit comments