We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732913a commit 9d7b214Copy full SHA for 9d7b214
src/test/ui/generator/panic-drops-resume.rs
@@ -1,6 +1,8 @@
1
//! Tests that panics inside a generator will correctly drop the initial resume argument.
2
3
// run-pass
4
+// ignore-wasm no unwind support
5
+// ignore-emscripten no unwind support
6
7
#![feature(generators, generator_trait)]
8
0 commit comments