rust/tests/crashes/128190.rs

8 lines
90 B
Rust

//@ known-bug: rust-lang/rust#128190
fn a(&self) {
15
}
reuse a as b { struct S; }