Sign in
fuchsia
/
third_party
/
rust
/
8ae423e5e8db47b8233ad657b8d84247f94de179
/
.
/
tests
/
rustdoc-html
/
empty-doc-comment.rs
blob: b1dae930e066b6c4bcefc1797d3a87fefb323572 [
file
] [
log
] [
blame
]
// Ensure that empty doc comments don't panic.
/*!
*/
///
///
pub
struct
Foo
;
#[
doc
=
"
"]
pub
mod
Mod
{
//!
//!
}
/**
*/
pub
mod
Another
{
#![
doc
=
"
"]
}