Update empty_enum.stderr

This commit is contained in:
flip1995 2020-04-19 21:00:25 +02:00
parent 98a244fc27
commit 7aeb3a43c9
No known key found for this signature in database
GPG Key ID: 2CEFCDB27ED0BE79
1 changed files with 1 additions and 5 deletions

View File

@ -5,11 +5,7 @@ LL | enum Empty {}
| ^^^^^^^^^^^^^
|
= note: `-D clippy::empty-enum` implied by `-D warnings`
help: consider using the uninhabited type `!` (never type) or a wrapper around it to introduce a type which can't be instantiated
--> $DIR/empty_enum.rs:4:1
|
LL | enum Empty {}
| ^^^^^^^^^^^^^
= help: consider using the uninhabited type `!` (never type) or a wrapper around it to introduce a type which can't be instantiated
error: aborting due to previous error