rust/compiler/rustc_span
Matthias Krüger 9e86a434a7
Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obk
Add `intrinsics::const_deallocate`

Tracking issue: #79597
Related: #91884

This allows deallocation of a memory allocated by `intrinsics::const_allocate`. At the moment, this can be only used to reduce memory usage, but in the future this may be useful to detect memory leaks (If an allocated memory remains after evaluation, raise an error...?).
2022-01-29 14:46:30 +01:00
..
src Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obk 2022-01-29 14:46:30 +01:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00