Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
ui
/
feature-gates
/
issue-43106-gating-of-test.rs
blob: ee3fe712e36e5b944056ace8f272e449553cb13c [
file
] [
log
] [
blame
]
// The non-crate level cases are in issue-43106-gating-of-builtin-attrs.rs.
#![
allow
(
soft_unstable
)]
#![
test
=
"4200"
]
//~^ ERROR cannot determine resolution for the attribute macro `test`
fn
main
()
{}