rust/src/test/ui/attr-eq-token-tree.rs
2018-12-25 21:08:33 -07:00

7 lines
132 B
Rust

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