]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/attr-eq-token-tree.rs
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / ui / attributes / attr-eq-token-tree.rs
1 #[my_attr = !] //~ ERROR expected expression, found `]`
2 fn main() {}