2020-04-17 15:00:12 -05:00
|
|
|
error: module has missing stability attribute
|
2019-02-07 09:38:23 -06:00
|
|
|
--> $DIR/missing-stability-attr-at-top-level.rs:1:1
|
|
|
|
|
|
|
|
|
LL | / #![feature(staged_api)]
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | |
|
2019-02-07 09:38:23 -06:00
|
|
|
LL | |
|
|
|
|
LL | | fn main() {}
|
|
|
|
| |____________^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|