rust/tests/crashes/134217.rs
2024-12-12 22:55:31 +01:00

9 lines
126 B
Rust

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