]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attr-eq-token-tree.rs
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / attr-eq-token-tree.rs
1 // compile-pass
2
3 #![feature(custom_attribute, unrestricted_attribute_tokens)]
4
5 #[my_attr = !] // OK under feature gate
6 fn main() {}