2023-03-02 12:37:32 +01:00
|
|
|
error: `main` function is not allowed to have `#[target_feature]`
|
2023-09-23 22:51:43 -04:00
|
|
|
--> $DIR/issue-108645-target-feature-on-main.rs:4:1
|
2023-03-02 12:37:32 +01:00
|
|
|
|
|
|
|
|
|
LL | fn main() {}
|
|
|
|
|
| ^^^^^^^^^ `main` function is not allowed to have `#[target_feature]`
|
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-03-02 12:37:32 +01:00
|
|
|
|