blob: 1b58cf9c4ede54050a82a472857479a1d74ea49a [file] [log] [blame]
error: attribute should be applied to a function
--> $DIR/issue-68060.rs:4:13
|
LL | #[target_feature(enable = "")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
LL | |_| (),
| ------ not a function
error: aborting due to previous error