diff options
Diffstat (limited to 'tests/ui/macros/macro-invalid-fragment-spec.stderr')
-rw-r--r-- | tests/ui/macros/macro-invalid-fragment-spec.stderr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ui/macros/macro-invalid-fragment-spec.stderr b/tests/ui/macros/macro-invalid-fragment-spec.stderr new file mode 100644 index 000000000..b04734482 --- /dev/null +++ b/tests/ui/macros/macro-invalid-fragment-spec.stderr @@ -0,0 +1,10 @@ +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 + |