Skip to content

Commit fc3510a

Browse files
authored
Unrolled build for rust-lang#131579
Rollup merge of rust-lang#131579 - jieyouxu:ui-panic-username, r=compiler-errors Remap path prefix in the panic message of `tests/ui/meta/revision-bad.rs` Otherwise `error-pattern` on the test run stderr can incorrectly match if the paths in panic backtrace has a matching substring (like if we look for `bar` in the error pattern, but the username is `baron`). Tested locally by checking run output `./x test .\tests\ui\meta\revision-bad.rs -- -- --nocapture`: ``` --- stderr ------------------------------- thread 'main' panicked at remapped\meta\revision-bad.rs:14:5: foo note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ------------------------------------------ ``` Fixes rust-lang#130996.
2 parents ef4e825 + 1fe079b commit fc3510a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/meta/revision-bad.rs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//@ revisions: foo bar
66
//@ should-fail
77
//@ needs-run-enabled
8+
//@ compile-flags: --remap-path-prefix={{src-base}}=remapped
89
//@[foo] error-pattern:bar
910
//@[bar] error-pattern:foo
1011

0 commit comments

Comments
 (0)