Files
rust/tests/ui/attributes/z-crate-attr/inner-attr.rs

6 lines
106 B
Rust
Raw Normal View History

2025-03-10 23:25:22 -04:00
//@ compile-flags: -Zcrate-attr=#![feature(foo)]
fn main() {}
//~? ERROR expected identifier, found `#`