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