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.
This commit is contained in:
Mazdak Farrokhzad 2019-01-15 12:42:12 +01:00 committed by GitHub
commit cf436832f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.