There was an error while loading. Please reload this page.
/cargo/registry
1 parent d8ee768 commit 80d0eccCopy full SHA for 80d0ecc
1 file changed
tests/run-make/remap-path-prefix-std/rmake.rs
@@ -93,7 +93,9 @@ fn main() {
93
// Check that remapped paths are present if the rlib has debug info.
94
if stdout.contains("DW_TAG_compile_unit") {
95
assert!(
96
- stdout.contains("/rustc/") || stdout.contains("/rust/deps"),
+ stdout.contains("/rustc/")
97
+ || stdout.contains("/rust/deps")
98
+ || stdout.contains("/cargo/registry/"),
99
"Expected remapped paths in dwarfdump output for {link_name}",
100
);
101
}
0 commit comments