Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c67f2df

Browse files
authoredJan 15, 2019
Rollup merge of #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 dc387ba + f2dbdc4 commit c67f2df

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)
Please sign in to comment.