Skip to content

Commit 1b28c6f

Browse files
pnkfelixpietroalbini
authored andcommitted
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.
1 parent 241333d commit 1b28c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/nll/constant.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Test that MIR borrowck and NLL analysis can handle constants of
1212
// arbitrary types without ICEs.
1313

14-
// compile-flags:-Zborrowck=mir -Zverbose
14+
// compile-flags:-Zborrowck=mir
1515
// compile-pass
1616

1717
const HI: &str = "hi";

0 commit comments

Comments
 (0)