about summary refs log tree commit diff
path: root/tests/ui/const-generics/bad-subst-const-kind.rs
AgeCommit message (Expand)AuthorLines
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-1/+0
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-0/+1
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-1/+1
2024-05-29Partially implement `ConstArgHasType`Boxy-2/+4
2024-05-24Fail relating constants of different typesOli Scherer-1/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-01-22Make generic const type mismatches not hide trait impls from the trait solverOli Scherer-0/+1
2023-03-19Constrain const vars to error if const types are mismatchedMichael Goulet-0/+13