1error[E0726]: implicit elided lifetime not allowed here
2  --> $DIR/trait-elided.rs:5:6
3   |
4LL | impl MyTrait for u32 {
5   |      ^^^^^^^- help: indicate the anonymous lifetime: `<'_>`
6   |
7   = note: assuming a `'static` lifetime...
8
9error: aborting due to previous error
10
11