For some reason, on my linux box, using `-Zverbose` here is causing a linker failure.

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.
This commit is contained in:
Felix S. Klock II 2018-07-20 14:18:52 +02:00
parent 1185798680
commit f153be6258
1 changed files with 1 additions and 1 deletions

View 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";