about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/const-impl-trait.stderr
AgeCommit message (Expand)AuthorLines
2025-09-12Constify Eq, Ord, PartialOrdEvgenii Zheltonozhskii-17/+0
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-2/+2
2025-06-23Make `PartialEq` a `const_trait`Oli Scherer-190/+10
2025-06-05Move opaque type checks from the hir item types visitor onto the wfcheck of t...Oli Scherer-13/+13
2025-01-28Do not assume child bound assumptions for rigid aliasMichael Goulet-3/+13
2024-12-18Fix const conditions for RPITITsMichael Goulet-0/+187
2024-10-24Implement const effect predicate in new solverMichael Goulet-249/+0
2024-10-22Move testsMichael Goulet-0/+249