blob: 95132c611e51b7fed862ca54f234173a24783978 [file] [log] [blame] [edit]
error: duplicate `use<...>` precise capturing syntax
--> $DIR/duplicated-use.rs:5:32
|
LL | fn hello<'a>() -> impl Sized + use<'a> + use<'a> {}
| ^^^^^^^ ------- second `use<...>` here
error: aborting due to 1 previous error