]> git.lizzy.rs Git - rust.git/commitdiff
For some reason, on my linux box, using `-Zverbose` here is causing a linker failure.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Fri, 20 Jul 2018 12:18:52 +0000 (14:18 +0200)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Fri, 20 Jul 2018 12:26:44 +0000 (14:26 +0200)
Rather than try to work out what was happening, I just removed the flag because
I see no reason for it to be on this test.

src/test/ui/nll/constant.rs

index 10ce0652d43c2f6df54b6b698ff4220d7c9c74ca..6e2c0ae7bba50c18b8bd3dbb179d150f751e836e 100644 (file)
@@ -11,7 +11,7 @@
 // Test that MIR borrowck and NLL analysis can handle constants of
 // arbitrary types without ICEs.
 
-// compile-flags:-Zborrowck=mir -Zverbose
+// compile-flags:-Zborrowck=mir
 // compile-pass
 
 const HI: &str = "hi";