mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-29 09:22:35 +00:00
11 lines
327 B
Plaintext
11 lines
327 B
Plaintext
error: invalid fragment specifier `foo`
|
|
--> $DIR/macro-invalid-fragment-spec.rs:2:6
|
|
|
|
|
LL | ($x:foo) => ()
|
|
| ^^^^^^
|
|
|
|
|
= help: valid fragment specifiers are `ident`, `block`, `stmt`, `expr`, `pat`, `ty`, `lifetime`, `literal`, `path`, `meta`, `tt`, `item` and `vis`
|
|
|
|
error: aborting due to previous error
|
|
|