about summary refs log tree commit diff
path: root/tests/ui/expect_fun_call.fixed
AgeCommit message (Collapse)AuthorLines
2019-12-19Fix `expect_fun_call` false negative on referencesMichael Wright-0/+7
Closes #4912
2019-03-06Ensure `expect_fun_call` bad suggestion is fixedMichael Wright-0/+3
Closes #3839
2019-01-24Fix `expect_fun_call` lint suggestionsMichael Wright-0/+84
This commit corrects some bad suggestions produced by the `expect_fun_call` lint and enables `rust-fix` checking on the tests. Addresses #3630