We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03383ad commit 9827c6dCopy full SHA for 9827c6d
tests/ui/std/channel-stack-overflow-issue-102246.rs
@@ -1,4 +1,5 @@
1
//@ run-pass
2
+//@ needs-threads
3
//@ compile-flags: -Copt-level=0
4
5
// The channel's `Block::new` was causing a stack overflow because it held 32 item slots, which is
0 commit comments