2023-03-02 05:37:32 -06:00
|
|
|
error: `main` function is not allowed to have `#[target_feature]`
|
|
|
|
--> $DIR/issue-108645-target-feature-on-main.rs:6:1
|
|
|
|
|
|
|
|
|
LL | fn main() {}
|
|
|
|
| ^^^^^^^^^ `main` function is not allowed to have `#[target_feature]`
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-03-02 05:37:32 -06:00
|
|
|
|