blob: d42dcc0c778a7fb53ee3d732c8d29d3540527114 (
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:8:1
|
LL | / macro_rules! mac { //~ ERROR This node does not have a stability attribute
LL | | () => ()
LL | | }
| |_^
error: aborting due to previous error
|