rust/tests/crashes/124751.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
124 B
Rust
Raw Permalink Normal View History

//@ known-bug: rust-lang/rust#124751
2024-11-22 07:20:22 -08:00
//@ edition: 2024
#![feature(gen_blocks)]
fn main() {
let _ = async gen || {};
}