mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-10 03:50:17 +00:00
This commit starts using `#[diagnostic::do_not_recommend]` in the standard library to improve some error messages. In this case we just hide a certain nightly only impl as suggested in #121521