about summary refs log tree commit diff
path: root/src/test/ui/macros/macro-missing-fragment.stderr
blob: b7871c0ec3a6fd04ff26791ff6b153c47699eeb2 (plain)
1
2
3
4
5
6
7
8
error: missing fragment specifier
  --> $DIR/macro-missing-fragment.rs:2:20
   |
LL |     ( $( any_token $field_rust_type )* ) => {};
   |                    ^^^^^^^^^^^^^^^^

error: aborting due to previous error