Sign in
rust
/
rust
/
9b1f20d20dc00a950f99a00a34be9d2ca78d1f0d
/
.
/
tests
/
crashes
/
117460.rs
blob: 4878a35ffe5fb1083ddd2058168a382bc7417423 [
file
]
//@ known-bug: #117460
#![
feature
(
generic_const_exprs
)]
struct
Matrix
<
D
=
[();
2
+
2
]>
{
d
:
D
,
}
impl
Matrix
{}