blob: 496d196c94ae57cbfe107f45964b8990ea00b855 [file] [log] [blame]
#[cfg(foo(bar))] //~ ERROR invalid predicate `foo`
fn check() {}
fn main() {}