Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
tests
/
rustdoc-ui
/
test-no_std.rs
blob: 51abf1c721768ec2f099063f64e60de5baec58d6 [
file
] [
log
] [
blame
]
// compile-flags:--test
// normalize-stdout-test: "tests/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
()
{}