rust/tests/crashes/134217.rs

10 lines
126 B
Rust

//@ known-bug: #134217
impl<A> std::ops::CoerceUnsized<A> for A {}
fn main() {
if let _ = true
&& true
{}
}