Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
check-cfg
/
stmt-no-ice.rs
blob: edd9febbe3770ef3082bf0fceec56717bdbb2b21 [
file
] [
log
] [
blame
] [
edit
]
// This test checks that there is no ICE with this code
//
//@ check-pass
//@ no-auto-check-cfg
//@ compile-flags:--check-cfg=cfg()
fn
main
()
{
#[
cfg
(
crossbeam_loom
)]
//~^ WARNING unexpected `cfg` condition name
{}
}