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.
1 parent 64a1246 commit e7d8c62Copy full SHA for e7d8c62
tests/testsuite/profile_trim_paths.rs
@@ -227,7 +227,7 @@ fn registry_dependency() {
227
p.cargo("run --verbose -Ztrim-paths")
228
.masquerade_as_nightly_cargo(&["-Ztrim-paths"])
229
.with_stdout_data(str![[r#"
230
-[..]/bar-0.0.1/src/lib.rs
+-[..]/bar-0.0.1/src/lib.rs
231
232
"#]]) // Omit the hash of Source URL
233
.with_stderr_data(str![[r#"
@@ -279,7 +279,7 @@ fn git_dependency() {
279
280
281
282
-[..]/[..]/src/lib.rs
+bar-[..]/[..]/src/lib.rs
283
284
"#]]) // Omit the hash of Source URL and commit
285
0 commit comments