summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/issue-95305.stderr
blob: d8557525f54ed589d7a1fbcc80b60ca24576c514 (plain)
1
2
3
4
5
6
7
8
9
error[E0637]: `'_` cannot be used here
  --> $DIR/issue-95305.rs:11:26
   |
LL | fn foo(x: &impl Foo<Item<'_> = u32>) { }
   |                          ^^ `'_` is a reserved lifetime name

error: aborting due to previous error

For more information about this error, try `rustc --explain E0637`.