Skip to content

Commit b197a37

Browse files
committed
tests: don't use -Zorbit on run-pass/issue-28950, it stack overflows.
1 parent 5d00b8a commit b197a37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/run-pass/issue-28950.rs

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// compile-flags: -Z orbit=off
12+
// (blows the stack with MIR trans and no optimizations)
13+
1114
// Tests that the `vec!` macro does not overflow the stack when it is
1215
// given data larger than the stack.
1316

0 commit comments

Comments
 (0)