about summary refs log tree commit diff
path: root/tests/ui/traits/const-traits/const-closure-trait-method-fail.stderr
AgeCommit message (Expand)AuthorLines
2025-07-08Constify `Fn*` traitsOli Scherer-27/+6
2025-06-29Fix the span of trait bound modifier `[const]`León Orell Valerian Liehr-4/+4
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-10/+10
2024-12-10Tweak wording of non-const traits used as const boundsEsteban Küber-2/+7
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-10-26Pass constness with span into lower_poly_trait_refMichael Goulet-4/+4
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-4/+0
2024-10-24Implement const effect predicate in new solverMichael Goulet-10/+8
2024-10-22Move testsMichael Goulet-0/+35