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