Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
rfc-2497-if-let-chains
/
ast-pretty-check.stdout
blob: e737ef26e9b3819822566c628bd3f2314be4e9b7 [
file
] [
log
] [
blame
]
#![feature(prelude_import)]
#![no_std]
#[prelude_import]
use
::
std
::
prelude
::
rust_2015
::*;
#[macro_use]
extern
crate std
;
// check-pass
// compile-flags: -Z unpretty=expanded
fn main
()
{
if
let
0
=
1
{}
}