Stabilize destructuring_assignment
This commit is contained in:
parent
d594910a2d
commit
d95f749f14
49 changed files with 64 additions and 383 deletions
|
@ -877,11 +877,6 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
|
|||
"let ".to_string(),
|
||||
Applicability::MachineApplicable,
|
||||
);
|
||||
if !self.sess().features_untracked().destructuring_assignment {
|
||||
// We already emit an E0658 with a suggestion for `while let`, this is
|
||||
// redundant output.
|
||||
err.delay_as_bug();
|
||||
}
|
||||
break;
|
||||
}
|
||||
hir::Node::Item(_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue