Sign in
rust
/
rust
/
HEAD
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-2781.rs
blob: f144d716be964eed64aff8c8a55ef481531cb190 [
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
{}
}