about summary refs log tree commit diff
path: root/tests/ui/get_unwrap.fixed
AgeCommit message (Collapse)AuthorLines
2019-03-09Move get_unwrap to restrictionManish Goregaokar-0/+1
fixes #3862
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2019-01-07Update `unwrap_get` code review suggestionsMichael Wright-0/+2
2019-01-06Improve `get_unwrap` suggestionMichael Wright-0/+68
Handle case where a reference is immediately dereferenced. Fixes 3625