about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-23217.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
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-04-09improve unknown enum variant errorsAndy Russell-4/+4
2019-03-23Tweak spans for E0599Esteban Küber-4/+4
2019-01-20Use structured suggestion in stead of notesEsteban Küber-3/+2
2018-12-26Fixed more tests.Alexander Regueiro-3/+5
2018-12-25Remove licensesMark Rousskov-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+13