2020-05-01 08:32:28 -05:00
|
|
|
error: `#[target_feature(..)]` cannot be applied to safe trait method
|
2022-07-23 07:32:52 -05:00
|
|
|
--> $DIR/trait-impl.rs:11:5
|
2020-05-01 08:32:28 -05:00
|
|
|
|
|
|
|
|
LL | #[target_feature(enable = "sse2")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be applied to safe trait method
|
|
|
|
LL |
|
|
|
|
LL | fn foo(&self) {}
|
2020-08-12 16:02:14 -05:00
|
|
|
| ------------- not an `unsafe` function
|
2020-05-01 08:32:28 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|