about summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0121.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-21/+0
2022-01-18generic_arg_infer: placeholder in signature errlcnr-2/+2
2021-06-22Updated tests to reflect specified types in E0121Deadbeef-2/+2
2021-06-05Remove `_` from E0121 diagnostic suggestionsDeadbeef-1/+1
2020-03-17Update tests for erasing regions in typeckMatthew Jasper-1/+1
2019-12-29clean up logicEsteban Küber-1/+1
2019-12-29Suggest type param when encountering `_` in fn defsEsteban Küber-1/+1
When encountering `_` type placeholder in fn arguments and return type, suggest using generic type parameters. Expand what counts as an inferable return type to slice, array and tuples of `_`.
2019-07-19fixup! rustc_typeck: improve diagnostics for _ const/static declarationsDenys Otrishko-1/+1
2019-07-19fixup! rustc_typeck: improve diagnostics for _ const/static declarationsDenys Otrishko-1/+4
2019-07-17rustc_typeck: improve diagnostics for -> _ fn return typeDenys Otrishko-1/+4
Closes: https://github.com/rust-lang/rust/issues/56132
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-25Remove licensesMark Rousskov-2/+2
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-2/+2
2018-02-25Update ui testsGuillaume Gomez-0/+1
2018-02-08Move some E0XXX to `ui`Esteban Küber-0/+14