Skip to content

Commit

Permalink
Rollup merge of rust-lang#57587 - Aaron1011:fix/const-pat-ice, r=alex…
Browse files Browse the repository at this point in the history
…crichton

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.
  • Loading branch information
Centril authored Jan 15, 2019
2 parents dc387ba + f2dbdc4 commit c67f2df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ui/pattern/const-pat-ice.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// failure-status: 101
// rustc-env:RUST_BACKTRACE=0

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

Expand Down

0 comments on commit c67f2df

Please sign in to comment.