This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4e418805da
rust
/
tests
/
ui
/
unpretty
/
mir-unpretty.rs
6 lines
96 B
Rust
Raw
Normal View
History
Unescape
Escape
Change the --unpretty flag to -Z unpretty -Z unpretty no longer requires -Z unstable-options. Also, I mildly changed the syntax of the flag to match the other -Z flags. All uses of the flag take the form `unpretty=something` where something can either `string` or `string=string` (see the help messages of the CLI).
2018-01-14 21:11:40 -06:00
// compile-flags: -Z unpretty=mir
Add test
2016-02-26 10:24:04 -06:00
fn
main
(
)
{
let
x
:
(
)
=
0
;
//~ ERROR: mismatched types
}
Reference in New Issue
Copy Permalink