about summary refs log tree commit diff
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2020-04-19 21:00:25 +0200
committerflip1995 <hello@philkrones.com>2020-04-19 21:00:25 +0200
commit7aeb3a43c91fe2a01f9ff5b111719cface13ab56 (patch)
tree01b50093c5ce5a05d34587bb2967b53fb0d11f7a
parent98a244fc2726e264310bc9eb1df080a0c3658ac6 (diff)
downloadrust-7aeb3a43c91fe2a01f9ff5b111719cface13ab56.tar.gz
rust-7aeb3a43c91fe2a01f9ff5b111719cface13ab56.zip
Update empty_enum.stderr
-rw-r--r--tests/ui/empty_enum.stderr6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/ui/empty_enum.stderr b/tests/ui/empty_enum.stderr
index b1e4eb27755..466dfbe7cee 100644
--- a/tests/ui/empty_enum.stderr
+++ b/tests/ui/empty_enum.stderr
@@ -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