Skip to content

Commit 634a827

Browse files
authored
Rollup merge of rust-lang#57587 - Aaron1011:fix/const-pat-ice, r=alexcrichton
Add 'rustc-env:RUST_BACKTRACE=0' to const-pat-ice test This ensures that the test passes, regardless of what the user has set RUST_BACKTRACE to.
2 parents 0cf4d4e + f2dbdc4 commit 634a827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ui/pattern/const-pat-ice.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// failure-status: 101
2+
// rustc-env:RUST_BACKTRACE=0
23

34
// This is a repro test for an ICE in our pattern handling of constants.
45

0 commit comments

Comments
 (0)