]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attr-eq-token-tree.rs
Rollup merge of #61535 - ohadravid:test-generic-with-default-assiociated-type-re...
[rust.git] / src / test / ui / attr-eq-token-tree.rs
1 #[my_attr = !] //~ ERROR unexpected token: `!`
2 fn main() {}