mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
implement const_deallocate as a NOP
This commit is contained in:
@@ -59,6 +59,9 @@ fn call_intrinsic(
|
||||
// See <https://github.com/rust-lang/rust/issues/93935>.
|
||||
this.write_null(dest)?;
|
||||
}
|
||||
"const_deallocate" => {
|
||||
// complete NOP
|
||||
}
|
||||
|
||||
// Raw memory accesses
|
||||
"volatile_load" => {
|
||||
|
||||
Reference in New Issue
Block a user