Sign in
fuchsia
/
third_party
/
rust
/
5fca4bd6d47ef61d860129bcd4efe4f413b78143
/
.
/
tests
/
crashes
/
136416.rs
blob: b233422af8690020afedf4c5bc05f82194df7c18 [
file
]
//@ known-bug: #136416
#![
feature
(
generic_const_exprs
)]
struct
State
<
const
S
:
usize
=
{}>
where
[();
S
]
:;
struct
Foo
;
struct
State2
<
const
S
:
usize
=
Foo
>
where
[();
S
]:;