rust/src/test/ui/unrestricted-attribute-tokens.rs
2018-12-25 21:08:33 -07:00

7 lines
112 B
Rust

// compile-pass
#![feature(custom_attribute, unrestricted_attribute_tokens)]
#[my_attr(a b c d)]
fn main() {}