about summary refs log tree commit diff
path: root/tests/ui/borrowck/trait-impl-argument-difference-ice.rs
AgeCommit message (Collapse)AuthorLines
2024-04-06Account for trait/impl difference when suggesting changing argument from ref ↵Esteban Küber-0/+25
to mut ref Do not ICE when encountering a lifetime error involving an argument with an immutable reference of a method that differs from the trait definition. Fix #123414.