]> git.proxmox.com Git - rustc.git/blob - src/test/ui/macros/issue-68060.stderr
1b58cf9c4ede54050a82a472857479a1d74ea49a
[rustc.git] / src / test / ui / macros / issue-68060.stderr
1 error: attribute should be applied to a function
2 --> $DIR/issue-68060.rs:4:13
3 |
4 LL | #[target_feature(enable = "")]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 ...
7 LL | |_| (),
8 | ------ not a function
9
10 error: aborting due to previous error
11