]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attr-eq-token-tree.stderr
Move existing `#[linkage]` tests to a subdirectory where I can add more tests.
[rust.git] / src / test / ui / attr-eq-token-tree.stderr
1 error: unexpected token: `!`
2   --> $DIR/attr-eq-token-tree.rs:3:13
3    |
4 LL | #[my_attr = !]
5    |             ^
6
7 error: aborting due to previous error
8