2024-06-05 16:43:25 -04:00
|
|
|
error: duplicate `use<...>` precise capturing syntax
|
2024-07-12 06:12:24 -04:00
|
|
|
--> $DIR/duplicated-use.rs:5:32
|
2024-06-05 16:43:25 -04:00
|
|
|
|
|
|
|
|
|
LL | fn hello<'a>() -> impl Sized + use<'a> + use<'a> {}
|
|
|
|
|
| ^^^^^^^ ------- second `use<...>` here
|
|
|
|
|
|
2024-06-16 22:07:23 -04:00
|
|
|
error: aborting due to 1 previous error
|
2024-06-05 16:43:25 -04:00
|
|
|
|