Sign in
android
/
toolchain
/
rustc
/
5139364148b53d79de1b5e778004d41a6a33a4a2
/
.
/
tests
/
rustdoc
/
short-docblock-codeblock.rs
blob: 7ecd80b8c723d0128f3a8434e0ae5256f40273eb [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
// @count foo/index.html '//*[@class="desc docblock-short"]' 0
/// ```
/// let x = 12;
/// ```
///
/// Some text.
pub
fn
foo
()
{}