summary refs log tree commit diff
path: root/src/test/ui/closures/2229_closure_analysis/diagnostics
AgeCommit message (Expand)AuthorLines
2021-03-18Replace closures_captures and upvar_capture with closure_min_capturesJennifer Wills-0/+259
2021-03-14Use the correct FakeReadCauseRoxane-13/+0
2021-03-14Introduce new fake readsRoxane-11/+7
2021-03-092229: Handle capturing a reference into a repr packed structAman Arora-0/+58
2021-02-18Add explanations and suggestions to `irrefutable_let_patterns` lintCamelid-0/+2
2021-02-18Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkorDylan DPC-2/+2
2021-02-17replace if-let and while-let with `if let` and `while let`Takayuki Maeda-2/+2
2021-02-15Handle restricting closure originAman Arora-0/+39
2021-01-29Fix incorrect use mut diagnosticsAman Arora-37/+70
2021-01-29Test cases for handling mutable referencesAman Arora-0/+144
2021-01-02use hir::Place instead of Symbol in closure_kind_originRoxane-0/+251
2020-12-11Test cases for RFC 2229Aman Arora-0/+423