Skip to content

Commit

Permalink
add main function to issue-69017 test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Feb 10, 2020
1 parent fc3ecb2 commit 53b16fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/ui/generator/issue-69017.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ fn gen() -> impl Generator<usize> {
println!("-> {}", yield);
}
}

fn main() {}

0 comments on commit 53b16fb

Please sign in to comment.