Sign in
fuchsia
/
third_party
/
rust
/
17ae00d1228ced4eb5a19fa4371b080da87b6b2a
/
.
/
tests
/
crashes
/
135720.rs
blob: ee85bc4b66a1a070de052ee9424566b113cf9b3d [
file
] [
log
] [
blame
]
//@ known-bug: #135720
#![
feature
(
generic_const_exprs
)]
type
S
<
'
l
>
=
[
i32
;
A
];
fn
lint_me
(
x
:
S
<()>)
{}