diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2018-07-20 14:18:52 +0200 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2018-07-20 14:26:44 +0200 |
| commit | f153be6258f24155756298b3a79e9b14df7afe00 (patch) | |
| tree | a6bc0e9e6c3175b86ac6fc37f08c5abf2567bf82 | |
| parent | 1185798680395fbda2a99075462b482b9ac95217 (diff) | |
| download | rust-f153be6258f24155756298b3a79e9b14df7afe00.tar.gz rust-f153be6258f24155756298b3a79e9b14df7afe00.zip | |
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.
| -rw-r--r-- | src/test/ui/nll/constant.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/nll/constant.rs b/src/test/ui/nll/constant.rs index 10ce0652d43..6e2c0ae7bba 100644 --- a/src/test/ui/nll/constant.rs +++ b/src/test/ui/nll/constant.rs @@ -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"; |
