rust/tests/crashes/134217.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
126 B
Rust
Raw Permalink Normal View History

2024-12-12 22:55:31 +01:00
//@ known-bug: #134217
impl<A> std::ops::CoerceUnsized<A> for A {}
fn main() {
if let _ = true
&& true
{}
}