mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-01 08:53:29 +00:00
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
error: function has missing stability attribute
|
|
--> $DIR/missing-stability.rs:8:1
|
|
|
|
|
LL | pub fn unmarked() {
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: function has missing stability attribute
|
|
--> $DIR/missing-stability.rs:22:5
|
|
|
|
|
LL | pub fn unmarked() {}
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|