We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d00b8a commit b197a37Copy full SHA for b197a37
src/test/run-pass/issue-28950.rs
@@ -8,6 +8,9 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+// compile-flags: -Z orbit=off
12
+// (blows the stack with MIR trans and no optimizations)
13
+
14
// Tests that the `vec!` macro does not overflow the stack when it is
15
// given data larger than the stack.
16
0 commit comments