about summary refs log tree commit diff
path: root/src/test/ui/issue-59756.fixed
AgeCommit message (Collapse)AuthorLines
2019-04-10Suggest removing `?` to resolve type errors.David Wood-0/+17
This commit adds a suggestion to remove the `?` from expressions if removing the `?` would resolve a type error.