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