]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-header-lifetime-elision/trait-elided.stderr
Auto merge of #60377 - Centril:rollup-42fxe9u, r=Centril
[rust.git] / src / test / ui / impl-header-lifetime-elision / trait-elided.stderr
1 error[E0106]: missing lifetime specifier
2   --> $DIR/trait-elided.rs:5:6
3    |
4 LL | impl MyTrait for u32 {
5    |      ^^^^^^^ expected lifetime parameter
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0106`.