Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
feature-gates
/
issue-43106-gating-of-test.rs
blob: 38c92d933fdd8bd5c3e69dffc47994408cdaf58a [
file
] [
log
] [
blame
]
// 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
()
{}