mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-13 09:05:00 +00:00
42 lines
737 B
Rust
42 lines
737 B
Rust
// rustfmt-normalize_comments: true
|
|
|
|
fn main() {
|
|
if
|
|
// shouldn't be dropped
|
|
// shouldn't be dropped
|
|
cond
|
|
// shouldn't be dropped
|
|
// shouldn't be dropped
|
|
{
|
|
}
|
|
// shouldn't be dropped
|
|
// shouldn't be dropped
|
|
else
|
|
// shouldn't be dropped
|
|
// shouldn't be dropped
|
|
if
|
|
// shouldn't be dropped
|
|
// shouldn't be dropped
|
|
cond
|
|
// shouldn't be dropped
|
|
// shouldn't be dropped
|
|
{
|
|
}
|
|
// shouldn't be dropped
|
|
// shouldn't be dropped
|
|
else
|
|
// shouldn't be dropped
|
|
// shouldn't be dropped
|
|
{
|
|
}
|
|
|
|
if
|
|
// shouldn't be dropped
|
|
// shouldn't be dropped
|
|
let Some(x) = y
|
|
// shouldn't be dropped
|
|
// shouldn't be dropped
|
|
{
|
|
}
|
|
}
|