Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
rfcs
/
rfc-2497-if-let-chains
/
ast-pretty-check.stdout
blob: 1c103f03c3547525bf9c60e1e79d3adb5e386d42 [
file
] [
log
] [
blame
] [
edit
]
#![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
{}
}