mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-13 18:37:33 +00:00
4 lines
108 B
Rust
4 lines
108 B
Rust
//@ compile-flags: -Zcrate-attr=feature(foo),feature(bar)
|
|
//@ error-pattern:invalid crate attr
|
|
fn main() {}
|