Sign in
rust
/
rust-lang
/
rust
/
refs/heads/stable
/
.
/
tests
/
crashes
/
131534.rs
blob: 545b3e68fe8d57d3870fbee6800807afb8477220 [
file
] [
log
] [
blame
]
//@ known-bug: #131534
#![
feature
(
generic_const_exprs
)]
type
Value
<
'
v
>
=
&[[
u8
;
SIZE
]];
trait
Trait
:
Fn
(
Value
)
->
Value
{}