about summary refs log tree commit diff
path: root/tests/ui/typeck/issue-114918
AgeCommit message (Expand)AuthorLines
2025-01-31Manually walk into WF obligations in BestObligation proof tree visitorMichael Goulet-0/+2
2025-01-28Properly check that array length is valid type during built-in unsizing in indexMichael Goulet-0/+2
2024-12-25Report correct SelectionError for ConstArgHasType in new solver fulfillMichael Goulet-2/+22
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-9/+2
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-10/+18
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-4/+4
2023-11-24Show number in error message even for one errorNilstrieb-3/+3
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-2/+8
2023-08-30Make get_return_block() return Some only for HIR nodes in bodyGurinder Singh-0/+91