granite-rust/src/test/ui/missing/missing-stability.stderr

18 lines
421 B
Text
Raw Normal View History

2018-08-08 14:28:26 +02:00
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