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 94ae910 + 33a67c6 commit 08ca560Copy full SHA for 08ca560
rust-version
@@ -1 +1 @@
1
-73d96b090bb68065cd3a469b27cbd568e39bf0e7
+f66e825f73d2bd7f8a763b723983850f891985b0
tests/run-pass/generator.rs
@@ -94,6 +94,7 @@ fn basic() {
94
#[allow(unused)]
95
let x = never();
96
yield 2;
97
+ #[allow(unreachable_code)]
98
drop(x);
99
});
100
0 commit comments