rust/src/test/ui/attr-eq-token-tree.rs

7 lines
132 B
Rust
Raw Normal View History

// compile-pass
#![feature(custom_attribute, unrestricted_attribute_tokens)]
#[my_attr = !] // OK under feature gate
fn main() {}