rust/tests/crashes/130399.rs

6 lines
102 B
Rust

//@ known-bug: rust-lang/rust#130399
fn elided(main: &()) -> impl Sized + use<main> {}
fn main() {}