index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
mir-unpretty.rs
blob: 30620c69feae305756fe3395990c9f0acf2506d5 (
plain
)
1
2
3
4
5
// compile-flags: -Z unpretty=mir
fn
main
()
{
let
x
:
()
=
0
;
//~ ERROR: mismatched types
}