mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-19 22:30:34 +00:00
40 lines
700 B
Rust
40 lines
700 B
Rust
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
|
|
{
|
|
}
|
|
}
|