Sign in
fuchsia
/
third_party
/
rust
/
2a3e17c6d5c49eeb770ade2fa660f98e9cce0ce0
/
.
/
tests
/
ui
/
consts
/
issue-19244-1.rs
blob: 77fab7cfa32c76fe53c8103a804996005cf572b5 [
file
] [
log
] [
blame
]
const
TUP
:
(
usize
,)
=
(
42
,);
fn
main
()
{
let
a
:
[
isize
;
TUP
.
1
];
//~^ ERROR no field `1` on type `(usize,)`
}