summary refs log tree commit diff
path: root/src/test/ui/stability-attribute/stability-attribute-sanity-3.stderr
blob: b5b5847e8e1eff0fce47d43cbdd982cf265b8691 (plain)
1
2
3
4
5
6
7
8
9
10
error: This node does not have a stability attribute
  --> $DIR/stability-attribute-sanity-3.rs:18:1
   |
LL | / macro_rules! mac { //~ ERROR This node does not have a stability attribute
LL | |     () => ()
LL | | }
   | |_^

error: aborting due to previous error