blob: 6e2802e43c5a2aa09a5e1eec59b16bb009328ab3 [file] [log] [blame]
error: This node does not have a stability attribute
--> $DIR/missing-stability.rs:18:1
|
LL | / pub fn unmarked() {
LL | | //~^ ERROR This node does not have a stability attribute
LL | | ()
LL | | }
| |_^
error: This node does not have a stability attribute
--> $DIR/missing-stability.rs:32:5
|
LL | pub fn unmarked() {}
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors