blob: e683d47cf54826cd03a9abc5a84ed15bdc41bf50 [file] [log] [blame]
error: invalid fragment specifier `foo`
--> $DIR/macro-invalid-fragment-spec.rs:12: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