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