about summary refs log tree commit diff
path: root/tests/ui/const-generics/bad-subst-const-kind.stderr
AgeCommit message (Expand)AuthorLines
2025-01-28Properly check that array length is valid type during built-in unsizing in indexMichael Goulet-0/+2
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-9/+2
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-2/+9
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-7/+6
2024-05-29Partially implement `ConstArgHasType`Boxy-6/+11
2024-05-24Fail relating constants of different typesOli Scherer-10/+5
2024-01-22Make generic const type mismatches not hide trait impls from the trait solverOli Scherer-1/+15
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-03-19Constrain const vars to error if const types are mismatchedMichael Goulet-0/+9