Auto merge of #63343 - ishitatsuyuki:revert-62150, r=RalfJung
Back out #62150 Ref: #62825 cc @RalfJung
This commit is contained in:
commit
2b78e10ac1
5 changed files with 40 additions and 5 deletions
|
|
@ -232,7 +232,7 @@ impl IntrinsicCallMethods<'tcx> for Builder<'a, 'll, 'tcx> {
|
|||
return;
|
||||
}
|
||||
// Effectively no-ops
|
||||
"forget" => {
|
||||
"uninit" | "forget" => {
|
||||
return;
|
||||
}
|
||||
"needs_drop" => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue