4 lines
79 B
Rust
4 lines
79 B
Rust
#[cfg(foo(bar))] //~ ERROR invalid predicate `foo`
|
|
fn check() {}
|
|
|
|
fn main() {}
|