2019-02-07 15:38:23 +00:00
|
|
|
error: node has missing stability attribute
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/missing-stability.rs:8:1
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | / pub fn unmarked() {
|
2019-02-07 15:38:23 +00:00
|
|
|
LL | | //~^ ERROR node has missing stability attribute
|
2018-08-08 12:28:26 +00:00
|
|
|
LL | | ()
|
|
|
|
LL | | }
|
|
|
|
| |_^
|
|
|
|
|
2019-02-07 15:38:23 +00:00
|
|
|
error: node has missing stability attribute
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/missing-stability.rs:22:5
|
2018-08-08 12:28:26 +00:00
|
|
|
|
|
|
|
|
LL | pub fn unmarked() {}
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|