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 97ff78eCopy full SHA for 97ff78e
tests/run-make/linker-warning/rmake.rs
@@ -64,7 +64,7 @@ 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(run_make_support::build_root().canonicalize().unwrap().to_str().unwrap()),
68
"/build-root",
69
)
70
.normalize(r#""[^"]*\/symbols.o""#, "\"/symbols.o\"")
0 commit comments