Sign in
rust
/
rust-lang
/
cargo
/
refs/heads/rust-1.80.0
/
.
/
tests
/
testsuite
/
mock-std
/
library
/
alloc
/
src
/
lib.rs
blob: 823716e4043afa5b37bafea89853fb1de0942ed4 [
file
] [
log
] [
blame
]
#![
feature
(
staged_api
)]
#![
stable
(
since
=
"1.0.0"
,
feature
=
"dummy"
)]
extern
crate alloc
;
#[
stable
(
since
=
"1.0.0"
,
feature
=
"dummy"
)]
pub
use
alloc
::*;
#[
stable
(
since
=
"1.0.0"
,
feature
=
"dummy"
)]
pub
fn
custom_api
()
{
}