]> git.lizzy.rs Git - rust.git/blob - tests/ui/generic-associated-types/issue-95305.stderr
Auto merge of #106696 - kylematsuda:early-binder, r=lcnr
[rust.git] / tests / ui / generic-associated-types / issue-95305.stderr
1 error[E0637]: `'_` cannot be used here
2   --> $DIR/issue-95305.rs:10:26
3    |
4 LL | fn foo(x: &impl Foo<Item<'_> = u32>) { }
5    |                          ^^ `'_` is a reserved lifetime name
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0637`.