summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-header-lifetime-elision/trait-elided.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/impl-header-lifetime-elision/trait-elided.stderr')
-rw-r--r--tests/ui/impl-header-lifetime-elision/trait-elided.stderr1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/impl-header-lifetime-elision/trait-elided.stderr b/tests/ui/impl-header-lifetime-elision/trait-elided.stderr
index 412bba6be..74631a037 100644
--- a/tests/ui/impl-header-lifetime-elision/trait-elided.stderr
+++ b/tests/ui/impl-header-lifetime-elision/trait-elided.stderr
@@ -4,7 +4,6 @@ error[E0726]: implicit elided lifetime not allowed here
LL | impl MyTrait for u32 {}
| ^^^^^^^ expected lifetime parameter
|
- = note: assuming a `'static` lifetime...
help: indicate the anonymous lifetime
|
LL | impl MyTrait<'_> for u32 {}