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.
2 parents e124355 + d17dbc7 commit 33cab8cCopy full SHA for 33cab8c
library/alloc/src/boxed.rs
@@ -237,6 +237,7 @@ pub struct Box<
237
/// the newly allocated memory. This is an intrinsic to avoid unnecessary copies.
238
///
239
/// This is the surface syntax for `box <expr>` expressions.
240
+#[doc(hidden)]
241
#[rustc_intrinsic]
242
#[unstable(feature = "liballoc_internals", issue = "none")]
243
pub fn box_new<T>(x: T) -> Box<T>;
0 commit comments