]> git.proxmox.com Git - rustc.git/blame - src/test/ui/macros/issue-68060.stderr
New upstream version 1.49.0~beta.4+dfsg1
[rustc.git] / src / test / ui / macros / issue-68060.stderr
CommitLineData
1b1a35ee 1error: attribute should be applied to a function
f035d41b 2 --> $DIR/issue-68060.rs:4:13
74b04a01
XL
3 |
4LL | #[target_feature(enable = "")]
f9f354fc 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74b04a01
XL
6...
7LL | |_| (),
1b1a35ee 8 | ------ not a function
74b04a01 9
29967ef6 10error: aborting due to previous error
74b04a01 11