about summary refs log tree commit diff
path: root/src/test/ui/destructuring-assignment/default-match-bindings-forbidden.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
2022-05-06Resolve vars in note_type_errJack Huey-2/+2
2022-03-27Point (again) to more expressions with their type, even if not fully resolvedEsteban Kuber-1/+3
2021-12-15Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgrbors-3/+1
Rollup of 7 pull requests Successful merges: - #91880 (fix clippy::single_char_pattern perf findings) - #91885 (Remove `in_band_lifetimes` from `rustc_codegen_ssa`) - #91898 (Make `TyS::is_suggestable` check for non-suggestable types structually) - #91915 (Add another regression test for unnormalized fn args with Self) - #91916 (Fix a bunch of typos) - #91918 (Constify `bool::then{,_some}`) - #91920 (Use `tcx.def_path_hash` in `ExistentialPredicate.stable_cmp`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-1/+1
2021-12-14Make TyS::is_suggestable more structualMichael Goulet-3/+1
2020-11-07Implement destructuring assignment for tuplesFabian Zaiser-0/+14
Co-authored-by: varkor <github@varkor.com>