diff options
| author | varkor <github@varkor.com> | 2020-01-10 14:36:22 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2020-01-12 15:37:50 +0000 |
| commit | 8461fa51198ad5db1d070620fe4186aaec648438 (patch) | |
| tree | 14f2efd3dd85de86ef4ec9cf92128b7b2f7e316f /src/test/ui/pattern | |
| parent | 0810210bcb2c1a50d815e8e71d6db3b6cb0aba7f (diff) | |
| download | rust-8461fa51198ad5db1d070620fe4186aaec648438.tar.gz rust-8461fa51198ad5db1d070620fe4186aaec648438.zip | |
Diagnostics should not end with a full stop
Diffstat (limited to 'src/test/ui/pattern')
| -rw-r--r-- | src/test/ui/pattern/const-pat-ice.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/pattern/const-pat-ice.stderr b/src/test/ui/pattern/const-pat-ice.stderr index 7217fe1b02f..d0018cef5f0 100644 --- a/src/test/ui/pattern/const-pat-ice.stderr +++ b/src/test/ui/pattern/const-pat-ice.stderr @@ -1,5 +1,5 @@ thread 'rustc' panicked at 'assertion failed: rows.iter().all(|r| r.len() == v.len())', src/librustc_mir_build/hair/pattern/_match.rs:LL:CC -note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace. +note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace error: internal compiler error: unexpected panic |
