about summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0033.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+0
2022-12-27Silence knock-down errors on `[type error]` bindingsEsteban Küber-32/+3
Fix #56036, fix #76589.
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2020-10-20review commentsEsteban Küber-1/+1
2020-10-20Tweak "object unsafe" errorsEsteban Küber-5/+11
Fix #77598.
2020-02-02Use more appropriate spans on object unsafe traits and provide structured ↵Esteban Küber-1/+4
suggestions when possible
2020-02-02Wording changes to object unsafe trait errorsEsteban Küber-1/+5
Stemming from the thread at https://twitter.com/indygreg/status/1223279056398929920
2019-09-02On object safety violation, point at source when possibleEsteban Küber-3/+4
2019-09-02Refer to "`self` type" instead of "receiver type"Esteban Küber-1/+1
2019-05-29Update ui test suite to use dynmemoryruins-5/+5
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2018-12-25Remove licensesMark Rousskov-3/+3
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-2/+2
The `dyn Trait` syntax was stabilized in 199ee327. Resolves #49277.
2018-03-14update testsGuillaume Gomez-2/+2
2018-02-26Update UI testsVadim Petrochenkov-3/+3
2018-02-25Update ui testsGuillaume Gomez-0/+2
2018-02-08Move some E0XXX to `ui`Esteban Küber-0/+22