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.
tests/run-make/linker-warning
1 parent b56aaec commit 25036f5Copy full SHA for 25036f5
tests/run-make/linker-warning/rmake.rs
@@ -64,7 +64,9 @@ fn main() {
64
.normalize(r#"/rustc[^/_-]*/"#, "/rustc/")
65
.normalize("libpanic_abort", "libpanic_unwind")
66
.normalize(
67
- regex::escape(run_make_support::build_root().to_str().unwrap()),
+ regex::escape(
68
+ run_make_support::build_root().canonicalize().unwrap().to_str().unwrap(),
69
+ ),
70
"/build-root",
71
)
72
.normalize(r#""[^"]*\/symbols.o""#, "\"/symbols.o\"")
0 commit comments