about summary refs log tree commit diff
path: root/src/test/ui/suggestions/let-binding-init-expr-as-ty.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-11/+0
2019-12-21Update tests for GATsMatthew Jasper-1/+0
* Make some run-pass or check-pass * Use `#![allow(incomplete_features)]` * Update FIXMEs now that some of the issues have been addressed * Add regression tests
2019-11-06parenthesized_params_in_types_and_modules -> errorMazdak Farrokhzad-1/+1
2019-10-26Remove unnecessary error in testEsteban Küber-1/+2
2019-10-26Use heuristics to suggest assignmentEsteban Küber-0/+11
When detecting a possible `=` -> `:` typo in a `let` binding, suggest assigning instead of setting the type.