We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770fcbf commit f922e74Copy full SHA for f922e74
tests/mir-opt/coroutine_drop_cleanup.rs
@@ -8,7 +8,7 @@
8
9
// EMIT_MIR coroutine_drop_cleanup.main-{closure#0}.coroutine_drop.0.mir
10
fn main() {
11
- let gen = #[coroutine]
+ let gen_ = #[coroutine]
12
|| {
13
let _s = String::new();
14
yield;
0 commit comments