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