blob: b13e418e664a6a7fd3e598214e67a4906227e3d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error: attribute should be applied to a function definition
--> $DIR/issue-68060.rs:4:13
|
LL | #[target_feature(enable = "")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
LL | |_| (),
| ------ not a function definition
error: aborting due to previous error
|