about summary refs log tree commit diff
path: root/tests/ui/error-codes
AgeCommit message (Expand)AuthorLines
2023-01-19Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errorsGuillaume Gomez-0/+16
2023-01-18remove error code from `#[rustc_variance]` and document its remainsEzra Shaw-0/+16
2023-01-18special case removing `&` suggestionEzra Shaw-6/+19
2023-01-16make `CastError::NeedsDeref` create a `MachineApplicable` suggestion + other ...Ezra Shaw-4/+6
2023-01-15Tweak E0597Esteban Küber-3/+10
2023-01-13Rollup merge of #106585 - estebank:issue-46585, r=compiler-errorsMatthias Krüger-2/+6
2023-01-12Point at impl self type for impl wf obligationsMichael Goulet-2/+2
2023-01-12Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errorsbors-17/+3
2023-01-11Rollup merge of #106097 - mejrs:mir_build2, r=oli-obkMichael Goulet-17/+3
2023-01-12Rollup merge of #106167 - yanchen4791:issue-105544-fix, r=oli-obkMatthias Krüger-5/+22
2023-01-11Fix invalid syntax in impl Trait parameter type suggestions for E0311yanchen4791-5/+22
2023-01-11Don't recommend `if let` if `let else` worksmejrs-5/+1
2023-01-11Migrate pattern matchingmejrs-13/+3
2023-01-11When suggesting writing a fully qualified path probe for appropriate typesEsteban Küber-2/+6
2023-01-11Note predicate span on ImplDerivedObligationMichael Goulet-1/+1
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+7197