We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a244f commit 7aeb3a4Copy full SHA for 7aeb3a4
tests/ui/empty_enum.stderr
@@ -5,11 +5,7 @@ LL | enum Empty {}
5
| ^^^^^^^^^^^^^
6
|
7
= note: `-D clippy::empty-enum` implied by `-D warnings`
8
-help: consider using the uninhabited type `!` (never type) or a wrapper around it to introduce a type which can't be instantiated
9
- --> $DIR/empty_enum.rs:4:1
10
- |
11
-LL | enum Empty {}
12
- | ^^^^^^^^^^^^^
+ = help: consider using the uninhabited type `!` (never type) or a wrapper around it to introduce a type which can't be instantiated
13
14
error: aborting due to previous error
15
0 commit comments