]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unrestricted-attribute-tokens.rs
Auto merge of #57118 - Zoxc:query-stats, r=wesleywiser
[rust.git] / src / test / ui / unrestricted-attribute-tokens.rs
1 // compile-pass
2
3 #![feature(custom_attribute, unrestricted_attribute_tokens)]
4
5 #[my_attr(a b c d)]
6 fn main() {}