diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2023-02-07 19:17:24 +0000 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2023-02-07 19:17:24 +0000 |
| commit | a7597a15265df589b29ed3c61a3047994fc45d0a (patch) | |
| tree | bb0a6de5b46a4505d7dae198e3a7e88e3b5d96eb /tests/ui/impl-trait/issues | |
| parent | e4dd9edb76a34ecbca539967f9662b8c0cc9c7fb (diff) | |
| download | rust-a7597a15265df589b29ed3c61a3047994fc45d0a.tar.gz rust-a7597a15265df589b29ed3c61a3047994fc45d0a.zip | |
Tweak ICE message
Modify main message to be more conversational and emit one fewer note.
Diffstat (limited to 'tests/ui/impl-trait/issues')
| -rw-r--r-- | tests/ui/impl-trait/issues/issue-86800.stderr | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/ui/impl-trait/issues/issue-86800.stderr b/tests/ui/impl-trait/issues/issue-86800.stderr index 6c4aa35679d..f3a77383778 100644 --- a/tests/ui/impl-trait/issues/issue-86800.stderr +++ b/tests/ui/impl-trait/issues/issue-86800.stderr @@ -9,9 +9,7 @@ LL | type TransactionFuture<'__, O> = impl '__ + Future<Output = TransactionResu stack backtrace: -error: internal compiler error: unexpected panic - - +error: the compiler unexpectedly panicked. this is a bug. |
