blob: 28d9a42a9a1ed8e64c1d6aa6824ea4fda3f32826 [file] [log] [blame]
error: expected one of `!`, `(`, `+`, `,`, `::`, `<`, or `>`, found `)`
--> tests/ui/non_expressive_names_error_recovery.rs:6:19
|
LL | fn aa(a: Aa<String) {
| ^ expected one of 7 possible tokens
|
help: you might have meant to end the type parameters here
|
LL | fn aa(a: Aa<String>) {
| +
error: aborting due to 1 previous error