mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 09:44:00 +00:00
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
error: expected `:`, found `{`
|
|
--> $DIR/where-clauses-no-bounds-or-predicates.rs:11:23
|
|
|
|
|
LL | fn foo<'a>() where 'a {}
|
|
| ^ expected `:`
|
|
|
|
error: aborting due to 1 previous error
|
|
|