Sign in
rust
/
rust
/
caac41d86a25ac658e85a65eb730f6ee38bcfe3a
/
.
/
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},)`
}