Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
issue-43106-gating-of-test.rs
blob: 38c92d933fdd8bd5c3e69dffc47994408cdaf58a [
file
] [
log
] [
blame
] [
edit
]
// The non-crate level cases are in issue-43106-gating-of-builtin-attrs.rs.
#![
allow
(
soft_unstable
)]
#![
test
=
"4200"
]
//~^ ERROR `test` attribute cannot be used at crate level
fn
main
()
{}