Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
indexing
/
index_message.rs
blob: 88b848d6f85747848d5cd8d5564b93b86242301b [
file
]
fn
main
()
{
let
z
=
(
10
,);
let
_
=
z
[
0
];
//~ ERROR cannot index into a value of type `({integer},)`
}