about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-57741.fixed
AgeCommit message (Collapse)AuthorLines
2019-01-20Add "dereference boxed value" suggestion.David Wood-0/+31
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>`.