blob: c7ade234d3dccb072aeadf0c3a3b661f83c5b23a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|