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