Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc
/
issue-48377.rs
blob: c32bcf380ea3b20d6f2fba2dd62da4b849b57c7d [
file
] [
log
] [
blame
]
// compile-flags:--test
//! This is a doc comment
//!
//! ```rust
//! fn main() {}
//! ```
//!
//! With a trailing code fence
//! ```
/// Some foo function
pub
fn
foo
()
{}