mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-09 06:16:06 +00:00
3 lines
64 B
Rust
3 lines
64 B
Rust
|
#[cfg(foo(bar))] //~ ERROR invalid predicate `foo`
|
||
|
fn main() {}
|