Sign in
rust
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
src
/
tools
/
rustfmt
/
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.
//
}