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

11 lines
265 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: This node does not have a stability attribute
2018-12-25 09:56:47 -06:00
--> $DIR/stability-attribute-sanity-3.rs:8:1
2018-08-08 07:28:26 -05:00
|
LL | / macro_rules! mac { //~ ERROR This node does not have a stability attribute
LL | | () => ()
LL | | }
| |_^
error: aborting due to previous error