Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
1ef7943ee607160a564655b6596f83670ef95df5
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-2781.rs
blob: 2c15b29b6dcd46e351005e24a1d683b6f1ba0ed4 [
file
] [
log
] [
blame
]
pub
// Oh, no. A line comment.
struct
Foo
{}
pub
/* Oh, no. A block comment. */
struct
Foo
{}
mod
inner
{
pub
// Oh, no. A line comment.
struct
Foo
{}
pub
/* Oh, no. A block comment. */
struct
Foo
{}
}