]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/issue-68060.stderr
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
[rust.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