about summary refs log tree commit diff
path: root/src/test/ui/issue-59756.rs
AgeCommit message (Collapse)AuthorLines
2019-05-24Move some issues into the issues foldervarkor-17/+0
2019-04-10Suggest removing `?` to resolve type errors.David Wood-0/+2
This commit adds a suggestion to remove the `?` from expressions if removing the `?` would resolve a type error.
2019-04-08Add test demonstrating existing behaviour.David Wood-0/+15
This commit adds a test that demonstrates the compiler's current behaviour when a function attempts to return a value that was unwrapped by a `?` operator when the omission of `?` would have made the code compile.