blob: b6c9564e904c4b44c03cce75ac99bb1116ee1f31 [file] [log] [blame]
error: crate 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