rust/tests/crashes/124347.rs

5 lines
84 B
Rust

//@ known-bug: #124347
trait Trait: ToReuse {
reuse Trait::lolno { &self.0 };
}