Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
crashes
/
136138.rs
blob: c3893dc9c8e6761f24ab29f3c1ff7e309353b6d6 [
file
] [
log
] [
blame
]
//@ known-bug: #136138
#![
feature
(
min_generic_const_args
)]
struct
U
;
struct
S
<
const
N
:
U
>()
where
S
<{
U
}>:;
fn
main
()
{}