Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
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
()
{}