summary refs log tree commit diff
path: root/src/test/ui/attr-eq-token-tree.rs
blob: f28f76db9389dd47f49249dd006b2863905567c1 (plain)
1
2
3
4
5
6
// compile-pass

#![feature(custom_attribute, unrestricted_attribute_tokens)]

#[my_attr = !] // OK under feature gate
fn main() {}