about summary refs log tree commit diff
path: root/tests/ui/try-trait/bad-interconversion.stderr
AgeCommit message (Expand)AuthorLines
2025-02-20Tweak E0277 when predicate comes indirectly from `?`Esteban Küber-12/+0
2025-02-18Don't mention `FromResidual` on bad `?`Esteban Küber-1/+0
2024-11-02Trim output of E0277 in some casesEsteban Küber-3/+0
2024-11-02Add trait diff highlighting logic and use it in E0277Esteban Küber-3/+6
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-1/+1
2024-09-25Remove `feature(control_flow_enum)` in testsScott McMurray-8/+8
2024-08-12Explicitly specify type parameter on FromResidual impls in stdlib.Zachary S-2/+2
2024-07-22Start using `#[diagnostic::do_not_recommend]` in the standard libraryGeorg Semmler-12/+4
2024-06-12Spell out other trait diagnosticAlex Macleod-10/+10
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer-3/+3
2024-02-17Implement `NonZero` traits generically.Markus Reiter-1/+0
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-1/+1
2024-01-27Update tests.Markus Reiter-1/+1
2024-01-25blessMichal Nazarewicz-0/+1
2023-12-05Provide context when `?` can't be called because of `Result<_, E>`Esteban Küber-1/+3
2023-10-02Point out the actual mismatch errorMichael Goulet-0/+3
2023-10-02For a single impl candidate, try to unify it with error trait refMichael Goulet-3/+3
2023-06-27Don't sort strings right after we just sorted by typesMichael Goulet-3/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+103