This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-12-04 20:54:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b22db3fca4
rust
/
tests
/
ui
/
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-15 03:11:40 +00:00
// compile-flags: -Z unpretty=mir
Add test
2016-02-26 16:24:04 +00:00
fn
main
(
)
{
let
x
:
(
)
=
0
;
//~ ERROR: mismatched types
}
Reference in New Issue
Copy Permalink