Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
test
/
rustdoc-ui
/
test-no_std.rs
blob: ee919985e7a915d70b627e8bae270b5780258106 [
file
] [
log
] [
blame
]
// compile-flags:--test
// normalize-stdout-test: "src/test/rustdoc-ui" -> "$$DIR"
// normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
// check-pass
#![
no_std
]
extern
crate alloc
;
/// ```
/// assert!(true)
/// ```
pub
fn
f
()
{}