about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/call-generic-method-fail.stderr
AgeCommit message (Expand)AuthorLines
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-1/+1
2025-06-23Make `PartialEq` a `const_trait`Oli Scherer-4/+2
2024-12-07Mention type parameter in more cases and don't suggest ~const bound already t...Esteban Küber-4/+0
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-1/+1
2024-11-03Yeet effects featureMichael Goulet-1/+1
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-0/+15