about summary refs log tree commit diff
path: root/tests/ui/coherence/negative-coherence
AgeCommit message (Expand)AuthorLines
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-19/+3
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-3/+19
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-7/+6
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-7/+6
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-20/+4
2024-05-29Partially implement `ConstArgHasType`Boxy-2/+13
2024-05-24Use regular type equating instead of a custom queryOli Scherer-0/+27
2024-03-28Restrict const ty's regions to static when putting them in canonical var listMichael Goulet-0/+34