blob: e55bd00e2c6731c03159b5e0c5953e877dfd6ef7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
error: This node does not have a stability attribute
--> $DIR/missing-stability.rs:8: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:22:5
|
LL | pub fn unmarked() {}
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors
|