about summary refs log tree commit diff
path: root/tests/ui/self/arbitrary-self-from-method-substs-ice.stderr
AgeCommit message (Expand)AuthorLines
2025-01-14Do not consider traits that have unsatisfied const conditions to be condition...Michael Goulet-6/+3
2025-01-13Assert that Instance::try_resolve is only used on body-like thingsMichael Goulet-1/+2
2025-01-09Unify conditional and non const call error reportingMichael Goulet-1/+1
2025-01-09Add note back to conditionally-const error messageMichael Goulet-0/+1
2024-12-09fix ICE on type error in promotedRalf Jung-6/+0
2024-12-01fix ICE when promoted has layout size overflowRalf Jung-0/+6
2024-11-24Constify Deref and DerefMutMichael Goulet-4/+6
2024-10-30Reject generic self types.Adrian Taylor-6/+4
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-4/+0
2024-09-15also stabilize const_refs_to_cellRalf Jung-11/+1
2024-07-01Avoid an ICE reachable through const eval shenanigansOli Scherer-0/+46