1 2 3 4 5 6 7 8 9 10
#![feature(staged_api)] #![feature(test)] #![unstable(feature = "test", issue = "none")] extern crate test; pub use test::*; pub fn custom_api() { }