]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/issue-68060.stderr
Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' 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