summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0071.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0071.stderr')
-rw-r--r--tests/ui/error-codes/E0071.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0071.stderr b/tests/ui/error-codes/E0071.stderr
index ae312fc40..7bd4ddaf2 100644
--- a/tests/ui/error-codes/E0071.stderr
+++ b/tests/ui/error-codes/E0071.stderr
@@ -1,4 +1,4 @@
-error[E0071]: expected struct, variant or union type, found enum `Foo`
+error[E0071]: expected struct, variant or union type, found `Foo`
--> $DIR/E0071.rs:5:13
|
LL | let u = FooAlias { value: 0 };