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