6 lines
106 B
Rust
6 lines
106 B
Rust
//@ compile-flags: -Zcrate-attr=#![feature(foo)]
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR expected identifier, found `#`
|