Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc
/
playground-none.rs
blob: ff51c68d8a22bcd7e5ccd2c83b1d01b23845138b [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
//! module docs
//!
//! ```
//! println!("Hello, world!");
//! ```
// @!has foo/index.html '//a[@class="test-arrow"]' "Run"