We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[allow(unreachable_code)]
tests/run-pass/generator.rs
1 parent 08ca560 commit 7301fe1Copy full SHA for 7301fe1
rust-version
@@ -1 +1 @@
1
-f66e825f73d2bd7f8a763b723983850f891985b0
+c4be230b4a30eb74e3a3908455731ebc2f731d3d
tests/run-pass/generator.rs
@@ -93,8 +93,8 @@ fn basic() {
93
if b { return; }
94
#[allow(unused)]
95
let x = never();
96
- yield 2;
97
+ yield 2;
98
drop(x);
99
});
100
0 commit comments