rust/tests/ui/try-trait
Georg Semmler 00da9fc961
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
2024-07-22 07:29:59 +02:00
..
bad-interconversion.rs
bad-interconversion.stderr Start using #[diagnostic::do_not_recommend] in the standard library 2024-07-22 07:29:59 +02:00
issue-32709.rs
issue-32709.stderr
option-to-result.rs
option-to-result.stderr Start using #[diagnostic::do_not_recommend] in the standard library 2024-07-22 07:29:59 +02:00
try-as-monad.rs
try-on-option-diagnostics.rs
try-on-option-diagnostics.stderr
try-on-option.rs
try-on-option.stderr Start using #[diagnostic::do_not_recommend] in the standard library 2024-07-22 07:29:59 +02:00
try-operator-custom.rs
try-operator-on-main.rs
try-operator-on-main.stderr Fix ... in multline code-skips in suggestions 2024-06-20 04:25:17 +00:00
try-poll.rs
yeet-for-option.rs
yeet-for-result.rs