reference
reference copied to clipboard
Document the `target_feature_11` feature
cc tracking issue https://github.com/rust-lang/rust/issues/69098
We talked about this in today's lang meeting. This looks good, and we should merge it as soon as we stabilize the feature.
It looks like there are some changes in the implementation recently. Should those be reflected in the documentation here? For example:
- https://github.com/rust-lang/rust/pull/108651 — It might not hurt to explicitly mention that it is not allowed on main.
- https://github.com/rust-lang/rust/pull/108983 — I'm not sure, but I don't think there is anything to add here? My only thought is that the current wording of "safe trait method implementations" is maybe ambiguous, since default trait methods aren't normally called an "implementation" (usually I would reserve that for
impl
).
Is there anything I missed?