9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
error: missing fragment specifier
|
|
--> $DIR/macro-missing-fragment.rs:12:20
|
|
|
|
|
LL | ( $( any_token $field_rust_type )* ) => {}; //~ ERROR missing fragment
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|