Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
summary-header-46377.rs
blob: 11445f0dad6e13e726aed339a5812d72d932b4f5 [
file
] [
log
] [
blame
] [
edit
]
// https://github.com/rust-lang/rust/issues/46377
#![
crate_name
=
"foo"
]
//@ has 'foo/index.html' '//*[@class="desc docblock-short"]' 'Check out this struct!'
/// # Check out this struct!
pub
struct
SomeStruct
;