We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3408be commit 4811cb0Copy full SHA for 4811cb0
tests/ui/lifetime-span.stderr
@@ -3,6 +3,8 @@ error[E0726]: implicit elided lifetime not allowed here
3
|
4
12 | impl Trait for A {
5
| ^^^^^- help: indicate the anonymous lifetime: `<'_>`
6
+ |
7
+ = note: assuming a `'static` lifetime...
8
9
error[E0107]: this trait takes 0 lifetime arguments but 1 lifetime argument was supplied
10
--> $DIR/lifetime-span.rs:32:10
0 commit comments