Sign in
rust
/
rust
/
ef4cff2ea33e070b7fa7253fdb4a88e3f4086a15
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-3124.rs
blob: 1083050d8f4f9a17093e88b806e414dc8dfa05cb [
file
]
pub
fn
fail1
()
{
// Some comment.
/**///
}
pub
fn
fail2
()
{
// Some comment.
/**/
}
pub
fn
fail3
()
{
// Some comment.
//
}