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 48cab67 commit badf4afCopy full SHA for badf4af
library/core/src/macros/mod.rs
@@ -1365,6 +1365,8 @@ pub(crate) mod builtin {
1365
}
1366
1367
/// Attribute macro applied to a static to register it as a global allocator.
1368
+ ///
1369
+ /// See also [`std::alloc::GlobalAlloc`](../std/alloc/trait.GlobalAlloc.html).
1370
#[stable(feature = "global_allocator", since = "1.28.0")]
1371
#[allow_internal_unstable(rustc_attrs)]
1372
#[rustc_builtin_macro]
0 commit comments