Sign in
rust
/
rustfmt
/
refs/heads/subtree
/
.
/
tests
/
target
/
issue-3124.rs
blob: 1083050d8f4f9a17093e88b806e414dc8dfa05cb [
file
] [
log
] [
blame
]
pub
fn
fail1
()
{
// Some comment.
/**///
}
pub
fn
fail2
()
{
// Some comment.
/**/
}
pub
fn
fail3
()
{
// Some comment.
//
}