mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
rustup
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
0ed9c64c3e63acac9bd77abce62501696c390450
|
||||
6077b7cda466afa2b75a62b232ab46dbeb148bcb
|
||||
|
||||
+1
-1
@@ -259,7 +259,7 @@ fn call_function(
|
||||
let mir = this.load_mir(f.def, None)?;
|
||||
let dest = match dest {
|
||||
Some(dest) => *dest,
|
||||
None => MPlaceTy::dangling(this.layout_of(mir.return_ty())?).into(),
|
||||
None => MPlaceTy::fake_alloc_zst(this.layout_of(mir.return_ty())?).into(),
|
||||
};
|
||||
this.push_stack_frame(f, mir, &dest, stack_pop)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user