Skip to content

Commit

Permalink
For some reason, on my linux box, using -Zverbose here is causing a…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
pnkfelix committed Jul 20, 2018
1 parent 1185798 commit f153be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/nll/constant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit f153be6

Please sign in to comment.