about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-57741-1.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-18/+0
2019-01-20Add "dereference boxed value" suggestion.David Wood-0/+18
This commit adds a `help: consider dereferencing the boxed value` suggestion to discriminants of match statements when the match arms have type `T` and the discriminant has type `Box<T>`.