Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
attr-shebang.rs
blob: 67c371aeaace3a0f6e3ddc2e897126b090f393da [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
#![
allow
(
stable_features
)]
#![
feature
(
rust1
)]
pub
fn
main
()
{
}