Sign in
rust
/
rust
/
19840e1bb7783723d5d97a0f6fc682fd163ae41b
/
.
/
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
=
"
"]
}