We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4771d1 commit 396f910Copy full SHA for 396f910
src/liballoc/heap.rs
@@ -8,9 +8,7 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-// FIXME: #13994: port to the sized deallocation API when available
12
// FIXME: #13996: mark the `allocate` and `reallocate` return value as `noalias`
13
-// and `nonnull`
14
15
#[cfg(not(test))] use core::raw;
16
#[cfg(stage0, not(test))] use util;
0 commit comments