We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3ecb2 commit 53b16fbCopy full SHA for 53b16fb
src/test/ui/generator/issue-69017.rs
@@ -14,3 +14,5 @@ fn gen() -> impl Generator<usize> {
14
println!("-> {}", yield);
15
}
16
17
+
18
+fn main() {}
0 commit comments