about summary refs log tree commit diff
path: root/tests/ui/specialization/min_specialization/bad-const-wf-doesnt-specialize.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/+0
2024-05-29Partially implement `ConstArgHasType`Boxy-2/+1
2024-05-24Fail relating constants of different typesOli Scherer-1/+2
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-0/+1
2024-01-23Remove track_errors entirelyOli Scherer-1/+0
2024-01-22Make generic const type mismatches not hide trait impls from the trait solverOli Scherer-0/+1
2023-03-19Delay overlap errors if errors are involvedMichael Goulet-1/+1
2023-03-19Constrain const vars to error if const types are mismatchedMichael Goulet-2/+2
2023-03-09Use param's real type in try_eval_lit_or_paramMichael Goulet-0/+12