rust/src/test/ui/stability-attribute/stability-attribute-sanity-3.stderr

11 lines
266 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
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