blob: 1c759d49b9947483a4c22529d566f7466782de29 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: macro has missing stability attribute
--> $DIR/stability-attribute-sanity-3.rs:8:1
|
LL | / macro_rules! mac { //~ ERROR macro has missing stability attribute
LL | | () => ()
LL | | }
| |_^
error: aborting due to previous error
|