]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attr-eq-token-tree.rs
Auto merge of #58077 - Nemo157:generator-state-debug-info, r=Zoxc
[rust.git] / src / test / ui / attr-eq-token-tree.rs
1 #![feature(custom_attribute)]
2
3 #[my_attr = !] //~ ERROR unexpected token: `!`
4 fn main() {}