Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
unpretty
/
mir-unpretty.rs
blob: c58ef3865aa9bed4e6963b96633786bce28645d6 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: -Z unpretty=mir
fn
main
()
{
let
x
:
()
=
0
;
//~ ERROR: mismatched types
}