summary refs log tree commit diff
path: root/src/test/ui/proc-macro/proc-macro-gates2.stderr
blob: fd271da61553a19682cc8e7f3ed7d362822bcfcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: expected an inert attribute, found an attribute macro
  --> $DIR/proc-macro-gates2.rs:12:11
   |
LL | fn _test6<#[empty_attr] T>() {}
   |           ^^^^^^^^^^^^^

error: expected an inert attribute, found an attribute macro
  --> $DIR/proc-macro-gates2.rs:17:9
   |
LL |         #[empty_attr]
   |         ^^^^^^^^^^^^^

error: aborting due to 2 previous errors