]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-missing-fragment.stderr
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[rust.git] / src / test / ui / macros / macro-missing-fragment.stderr
1 error: missing fragment specifier
2   --> $DIR/macro-missing-fragment.rs:2:20
3    |
4 LL |     ( $( any_token $field_rust_type )* ) => {};
5    |                    ^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8