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 b2c685e commit 427afdbCopy full SHA for 427afdb
core/src/intrinsics.rs
@@ -1734,7 +1734,7 @@ extern "rust-intrinsic" {
1734
pub fn ptr_guaranteed_ne<T>(ptr: *const T, other: *const T) -> bool;
1735
1736
/// Allocate at compile time. Should not be called at runtime.
1737
- #[rustc_const_unstable(feature = "const_heap", issue = "none")]
+ #[rustc_const_unstable(feature = "const_heap", issue = "79597")]
1738
#[cfg(not(bootstrap))]
1739
pub fn const_allocate(size: usize, align: usize) -> *mut u8;
1740
}
0 commit comments