diff options
Diffstat (limited to 'tests/ui/uninhabited/uninhabited-irrefutable.stderr')
-rw-r--r-- | tests/ui/uninhabited/uninhabited-irrefutable.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/uninhabited/uninhabited-irrefutable.stderr b/tests/ui/uninhabited/uninhabited-irrefutable.stderr index daf75f51b..304e738ed 100644 --- a/tests/ui/uninhabited/uninhabited-irrefutable.stderr +++ b/tests/ui/uninhabited/uninhabited-irrefutable.stderr @@ -21,6 +21,6 @@ help: you might want to use `let else` to handle the variant that isn't matched LL | let Foo::D(_y, _z) = x else { todo!() }; | ++++++++++++++++ -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0005`. |