Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ known-bug: rust-lang/rust#124751
//@ edition: 2024
#![feature(gen_blocks)]
fn main() {
let _ = async gen || {};
}