Auto merge of #63343 - ishitatsuyuki:revert-62150, r=RalfJung

Back out #62150

Ref: #62825

cc @RalfJung
This commit is contained in:
bors
2019-08-11 09:58:01 +00:00
5 changed files with 40 additions and 5 deletions

View File

@@ -232,7 +232,7 @@ impl IntrinsicCallMethods<'tcx> for Builder<'a, 'll, 'tcx> {
return;
}
// Effectively no-ops
"forget" => {
"uninit" | "forget" => {
return;
}
"needs_drop" => {