]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unrestricted-attribute-tokens.rs
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[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() {}