mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 00:29:23 +00:00
5 lines
86 B
Rust
5 lines
86 B
Rust
//@ known-bug: #124352
|
|
#![rustc_never_type_options(: Unsize<U> = "hi")]
|
|
|
|
fn main() {}
|