rust/library/core
Trevor Gross 8ee5e271ef
Rollup merge of #128008 - weiznich:fix/121521, r=lcnr
Start using `#[diagnostic::do_not_recommend]` in the standard library

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

The result in not perfect yet, but at least the `Yeet` suggestion is not shown anymore. I would consider that as a minor improvement.
2024-07-22 11:40:21 -05:00
..
benches Write `char::DebugEscape` sequences using `write_str` 2024-05-20 10:04:44 +02:00
src Rollup merge of #128008 - weiznich:fix/121521, r=lcnr 2024-07-22 11:40:21 -05:00
tests Avoid ref when using format! for perf 2024-07-19 12:23:49 -04:00
Cargo.toml Cleanup bootstrap check-cfg 2024-06-27 11:30:03 +02:00