Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
check-cfg
/
stmt-no-ice.rs
blob: edd9febbe3770ef3082bf0fceec56717bdbb2b21 [
file
] [
log
] [
blame
]
// 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
{}
}