mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 13:07:20 +00:00
6 lines
106 B
Rust
6 lines
106 B
Rust
//@ compile-flags: -Zcrate-attr=#![feature(foo)]
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR expected identifier, found `#`
|