Skip to content

Commit 427afdb

Browse files
committed
review comments
1 parent b2c685e commit 427afdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/intrinsics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ extern "rust-intrinsic" {
17341734
pub fn ptr_guaranteed_ne<T>(ptr: *const T, other: *const T) -> bool;
17351735

17361736
/// Allocate at compile time. Should not be called at runtime.
1737-
#[rustc_const_unstable(feature = "const_heap", issue = "none")]
1737+
#[rustc_const_unstable(feature = "const_heap", issue = "79597")]
17381738
#[cfg(not(bootstrap))]
17391739
pub fn const_allocate(size: usize, align: usize) -> *mut u8;
17401740
}

0 commit comments

Comments
 (0)