Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
stability-attribute
/
missing-stability-attr-at-top-level.rs
blob: 38faa24691604331294d0b020e3c1d3db0b4fe86 [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
staged_api
)]
//~^ ERROR module has missing stability attribute
fn
main
()
{}