Eric Huss
Eric Huss
I think there may be a misunderstanding of what the text is saying. It is referring to methods on the trait, and one on the *trait object*. For example: ```rust...
I'm guessing you maybe have an `index.hbs` theme file from an older version? If so, that will need to be updated to the latest version since the navigation has changed.
Unfortunately we won't be able to make a change like this because it would break `cargo install --no-default-features`. The main change in the 0.5 release is intended to fix this....
I don't think there is a list besides the milestone. The primary thing is to split it into multiple packages, and do some API cleanup to fix backwards-compatibility issues to...
Closing as this should be resolved by https://github.com/rust-lang/mdBook/pull/2766.
Closing as this is now pulled into https://github.com/rust-lang/mdBook/pull/2787. Thanks!
Attributes are handled by the lang team. I added t-libs-api (similar to #3107). In general, teams should feel welcome to add themselves or other teams (and remove themselves if they...
I plan to review and edit my original proposal, and post it to the leadership-council repo soonish.
cc https://github.com/rust-lang/leadership-council/issues/71 Also @eholk mentioned clarifying our usage of fcpbot for having 100% approval instead of N-2.
Just FYI, `unsafe extern` is now stabilized in all editions in 1.82.0 (2024-10-17). And just a heads up that we are still aiming to have the 2024 edition hit stable...