mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 18:21:37 +00:00
10 lines
126 B
Rust
10 lines
126 B
Rust
//@ known-bug: #134217
|
|
|
|
impl<A> std::ops::CoerceUnsized<A> for A {}
|
|
|
|
fn main() {
|
|
if let _ = true
|
|
&& true
|
|
{}
|
|
}
|