2024-04-19 13:12:12 -04:00
|
|
|
error: expected one of `,` or `>`, found `{`
|
2024-06-05 16:18:52 -04:00
|
|
|
--> $DIR/unexpected-token.rs:5:35
|
2024-04-19 13:12:12 -04:00
|
|
|
|
|
2024-06-05 16:18:52 -04:00
|
|
|
LL | fn hello() -> impl Sized + use<'a {}> {}
|
|
|
|
|
| ^ expected one of `,` or `>`
|
2024-04-19 13:12:12 -04:00
|
|
|
|
2024-06-05 17:02:18 -04:00
|
|
|
error: aborting due to 1 previous error
|
2024-04-19 13:12:12 -04:00
|
|
|
|