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