diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-01-15 12:42:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-15 12:42:12 +0100 |
| commit | cf436832f864ba8f79c48f8d1f8aec51258d5fe2 (patch) | |
| tree | 6f1ae35862bf5e26845b7f15d5bf2ba86fe0d86d | |
| parent | ae1ab8afa9bd93a07872aa6ac281ee62d72c49d6 (diff) | |
| parent | f2dbdc4302b12c126953ac6ffb8609cb86659f22 (diff) | |
| download | rust-cf436832f864ba8f79c48f8d1f8aec51258d5fe2.tar.gz rust-cf436832f864ba8f79c48f8d1f8aec51258d5fe2.zip | |
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.
| -rw-r--r-- | src/test/ui/pattern/const-pat-ice.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/pattern/const-pat-ice.rs b/src/test/ui/pattern/const-pat-ice.rs index 6496a2ab69f..865c54be1ad 100644 --- a/src/test/ui/pattern/const-pat-ice.rs +++ b/src/test/ui/pattern/const-pat-ice.rs @@ -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. |
