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