mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
18 lines
349 B
Plaintext
18 lines
349 B
Plaintext
error: function has missing stability attribute
|
|
--> $DIR/missing-stability.rs:8:1
|
|
|
|
|
LL | / pub fn unmarked() {
|
|
LL | |
|
|
LL | | ()
|
|
LL | | }
|
|
| |_^
|
|
|
|
error: function has missing stability attribute
|
|
--> $DIR/missing-stability.rs:22:5
|
|
|
|
|
LL | pub fn unmarked() {}
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|