blob: d8edd672b48c66a6b5e64aff659af565806c2bcc (
plain)
1
2
3
4
5
6
7
8
|
error: duplicate `use<...>` precise capturing syntax
--> $DIR/duplicated-use.rs:7:32
|
LL | fn hello<'a>() -> impl Sized + use<'a> + use<'a> {}
| ^^^^^^^ ------- second `use<...>` here
error: aborting due to 1 previous error
|