mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
error: module has missing stability attribute
|
|
--> $DIR/missing-stability-attr-at-top-level.rs:1:1
|
|
|
|
|
LL | / #![feature(staged_api)]
|
|
LL | |
|
|
LL | |
|
|
LL | | fn main() {}
|
|
| |____________^
|
|
|
|
error: aborting due to previous error
|
|
|