about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/super-traits-fail-3.rs
AgeCommit message (Expand)AuthorLines
2025-07-17parse `const trait Trait`Deadbeef-7/+7
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-11/+11
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-1/+1
2024-12-10Tweak wording of non-const traits used as const boundsEsteban Küber-15/+28
2024-11-03Yeet effects featureMichael Goulet-2/+1
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-0/+1
2024-10-24Implement const effect predicate in new solverMichael Goulet-1/+4
2024-10-22Move testsMichael Goulet-0/+26