about summary refs log tree commit diff
path: root/tests/crashes/124352.rs
blob: e9eb4419e6a4f78e16117fcf91edb590cf0001ae (plain)
1
2
3
4
//@ known-bug: #124352
#![rustc_never_type_options(: Unsize<U> = "hi")]

fn main() {}