2022-02-19 07:31:20 -06:00
|
|
|
//@ check-pass
|
2024-02-25 07:56:14 -06:00
|
|
|
//@ compile-flags: --check-cfg=cfg()
|
2022-02-19 07:31:20 -06:00
|
|
|
|
|
|
|
/// uniz is nor a builtin nor pass as arguments so is unexpected
|
|
|
|
#[cfg(uniz)]
|
|
|
|
//~^ WARNING unexpected `cfg` condition name
|
|
|
|
pub struct Bar;
|