You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I kind of lost track of the conclusions of the target_feature RFC, but I think any function labeled with #[target_feature] needs to be marked as unsafe. Currently, that's not the case.
The text was updated successfully, but these errors were encountered:
I kind of lost track of the conclusions of the target_feature RFC, but I think any function labeled with
#[target_feature]
needs to be marked asunsafe
. Currently, that's not the case.The text was updated successfully, but these errors were encountered: