2022-03-03 11:52:09 +01:00
|
|
|
// This test checks that there is no ICE with this code
|
|
|
|
//
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ check-pass
|
|
|
|
//@ compile-flags:--check-cfg=cfg() -Z unstable-options
|
2022-03-03 11:52:09 +01:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
#[cfg(crossbeam_loom)]
|
|
|
|
//~^ WARNING unexpected `cfg` condition name
|
|
|
|
{}
|
|
|
|
}
|