Skip to content

Commit 3a6c6ee

Browse files
committed
remap-path-prefix-sysroot: remap {{src-base}} as well
This is done to cover the path of the test it-self as it may not live on the same root directory as {{rust-src-base}}, which can be the case if {{rust-src-base}} is coming from a extracted dist build (cc opt-dist)
1 parent 37ea27c commit 3a6c6ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/ui/errors/remap-path-prefix-sysroot.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ revisions: with-remap without-remap
22
//@ compile-flags: -g -Ztranslate-remapped-path-to-local-path=yes
33
//@ [with-remap]compile-flags: --remap-path-prefix={{rust-src-base}}=remapped
4+
//@ [with-remap]compile-flags: --remap-path-prefix={{src-base}}=remapped-tests-ui
45
//@ [without-remap]compile-flags:
56
//@ error-pattern: E0507
67

tests/ui/errors/remap-path-prefix-sysroot.with-remap.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0507]: cannot move out of `self.thread` which is behind a mutable reference
2-
--> remapped/tests/ui/errors/remap-path-prefix-sysroot.rs:LL:COL
2+
--> remapped-tests-ui/errors/remap-path-prefix-sysroot.rs:LL:COL
33
|
44
LL | self.thread.join().unwrap();
55
| ^^^^^^^^^^^ ------ `self.thread` moved due to this method call

0 commit comments

Comments
 (0)