aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/unsupported_elided.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/unsupported_elided.stderr')
-rw-r--r--tests/ui/unsupported_elided.stderr1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/unsupported_elided.stderr b/tests/ui/unsupported_elided.stderr
index 6926b824..4ccac6fb 100644
--- a/tests/ui/unsupported_elided.stderr
+++ b/tests/ui/unsupported_elided.stderr
@@ -4,7 +4,6 @@ error[E0726]: implicit elided lifetime not allowed here
6 | type T;
| ^ expected lifetime parameter
|
- = note: assuming a `'static` lifetime...
help: indicate the anonymous lifetime
|
6 | type T<'_>;