Sign in
rust
/
rust-lang
/
cargo
/
refs/heads/rust-1.80.0
/
.
/
tests
/
testsuite
/
mock-std
/
library
/
test
/
src
/
lib.rs
blob: a112855f5367f662f14e438601f45e98293555c3 [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
staged_api
)]
#![
feature
(
test
)]
#![
unstable
(
feature
=
"test"
,
issue
=
"none"
)]
extern
crate test
;
pub
use
test
::*;
pub
fn
custom_api
()
{
}