rust/tests/ui/macros/macro-invalid-fragment-spec.stderr

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

11 lines
327 B
Plaintext
Raw Normal View History

error: invalid fragment specifier `foo`
2018-12-25 09:56:47 -06:00
--> $DIR/macro-invalid-fragment-spec.rs:2:6
|
2018-02-22 18:42:32 -06:00
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