summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0599.stderr
AgeCommit message (Collapse)AuthorLines
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-1/+1
Suggest adding a `?Sized` bound if appropriate on E0599 by inspecting the HIR Generics. (Fix #98539)
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-1/+1
use `def_ident_span` , `body_owner_def_id` instead of `in_progress_typeck_results`, `guess_head_span` use `body_id.owner` directly add description to label
2020-01-08Unify output of "variant not found" errorsEsteban Küber-1/+1
2019-03-23Tweak spans for E0599Esteban Küber-1/+1
2019-03-11Update testsVadim Petrochenkov-1/+1
2018-12-26Fixed more tests.Alexander Regueiro-2/+2
2018-12-25Remove licensesMark Rousskov-1/+1
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/+11