reference icon indicating copy to clipboard operation
reference copied to clipboard

Document the `target_feature_11` feature

Open LeSeulArtichaut opened this issue 2 years ago • 3 comments

cc tracking issue https://github.com/rust-lang/rust/issues/69098

LeSeulArtichaut avatar Mar 17 '22 22:03 LeSeulArtichaut

We talked about this in today's lang meeting. This looks good, and we should merge it as soon as we stabilize the feature.

joshtriplett avatar Jul 05 '22 17:07 joshtriplett

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?

ehuss avatar Mar 14 '23 19:03 ehuss