Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
rustdoc
/
summary-header-46377.rs
blob: c84f3a65cfbf7713f88ddb85f042e460184a8e0e [
file
] [
log
] [
blame
]
// https://github.com/rust-lang/rust/issues/46377
#![
crate_name
=
"foo"
]
//@ has 'foo/index.html' '//dd' 'Check out this struct!'
/// # Check out this struct!
pub
struct
SomeStruct
;