Auto merge of #5938 - ebroto:sync-from-rust, r=ebroto

Rustup

r? @ghost

changelog: none
This commit is contained in:
bors 2020-08-21 23:10:59 +00:00
commit 1a26dbff22

View File

@ -340,6 +340,7 @@ fn take_pat(from: &mut Pat) -> Pat {
id: DUMMY_NODE_ID,
kind: Wild,
span: DUMMY_SP,
tokens: None,
};
mem::replace(from, dummy)
}