]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attr-eq-token-tree.rs
Auto merge of #60072 - RalfJung:linked-list, r=shepmaster
[rust.git] / src / test / ui / attr-eq-token-tree.rs
1 #![feature(custom_attribute)]
2
3 #[my_attr = !] //~ ERROR unexpected token: `!`
4 fn main() {}