about summary refs log tree commit diff
path: root/tests/crashes/130395.rs
blob: c1d189c79badbc5d87e8852cf785ea0125d3f2b9 (plain)
1
2
3
4
5
6
7
8
9
10
//@ known-bug: #130395
//@ needs-rustc-debug-assertions

enum U {
    B(isize, usize),
}

fn main() {
    let x = T::A(U::C);
}