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.
2 parents 08ca560 + 7301fe1 commit d4a76a9Copy full SHA for d4a76a9
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
#[allow(unreachable_code)]
+ yield 2;
98
drop(x);
99
});
100
0 commit comments