summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/mock-std/library/alloc/src/lib.rs
blob: 823716e4043afa5b37bafea89853fb1de0942ed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#![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() {
}