rust/tests/ui/impl-trait/precise-capturing/unexpected-token.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
242 B
Plaintext
Raw Permalink Normal View History

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