about summary refs log tree commit diff
path: root/tests/ui/generic-associated-types/issue-95305.stderr
blob: 752bb32926cd5c6527735d617bfe57751fc7320a (plain)
1
2
3
4
5
6
7
8
9
error[E0637]: `'_` cannot be used here
  --> $DIR/issue-95305.rs:10:26
   |
LL | fn foo(x: &impl Foo<Item<'_> = u32>) { }
   |                          ^^ `'_` is a reserved lifetime name

error: aborting due to 1 previous error

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