]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/proc-macro-gates2.stderr
Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco
[rust.git] / tests / ui / proc-macro / proc-macro-gates2.stderr
1 error: expected non-macro attribute, found attribute macro `empty_attr`
2   --> $DIR/proc-macro-gates2.rs:12:13
3    |
4 LL | fn _test6<#[empty_attr] T>() {}
5    |             ^^^^^^^^^^ not a non-macro attribute
6
7 error: expected non-macro attribute, found attribute macro `empty_attr`
8   --> $DIR/proc-macro-gates2.rs:17:11
9    |
10 LL |         #[empty_attr]
11    |           ^^^^^^^^^^ not a non-macro attribute
12
13 error: aborting due to 2 previous errors
14