]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attr-eq-token-tree.rs
Merge remote-tracking branch 'upstream/master' into asm-compile-tests
[rust.git] / src / test / ui / attr-eq-token-tree.rs
1 #![feature(custom_attribute)]
2
3 #[my_attr = !] //~ ERROR unexpected token: `!`
4 fn main() {}