summaryrefslogtreecommitdiffstats
path: root/tests/ui/tag-that-dare-not-speak-its-name.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/tag-that-dare-not-speak-its-name.stderr')
-rw-r--r--tests/ui/tag-that-dare-not-speak-its-name.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/tag-that-dare-not-speak-its-name.stderr b/tests/ui/tag-that-dare-not-speak-its-name.stderr
index 96bab1526..f53abe53b 100644
--- a/tests/ui/tag-that-dare-not-speak-its-name.stderr
+++ b/tests/ui/tag-that-dare-not-speak-its-name.stderr
@@ -2,7 +2,7 @@ error[E0308]: mismatched types
--> $DIR/tag-that-dare-not-speak-its-name.rs:11:20
|
LL | let x : char = last(y);
- | ---- ^^^^^^^ expected `char`, found enum `Option`
+ | ---- ^^^^^^^ expected `char`, found `Option<_>`
| |
| expected due to this
|