mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 18:47:14 +00:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
error: module has missing stability attribute
|
|
--> $DIR/missing-stability-attr-at-top-level.rs:1:1
|
|
|
|
|
LL | / #![feature(staged_api)]
|
|
... |
|
|
LL | | fn main() {}
|
|
| |____________^
|
|
|
|
error: aborting due to 1 previous error
|
|
|