]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attributes/attr-eq-token-tree.stderr
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.stderr
1 error: expected expression, found `]`
2   --> $DIR/attr-eq-token-tree.rs:1:14
3    |
4 LL | #[my_attr = !]
5    |              ^ expected expression
6
7 error: aborting due to previous error
8