Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-40861.rs
blob: d8a8384a544f8e676c365f221b1ced88171707a1 [
file
] [
log
] [
blame
] [
edit
]
fn
f
(
_
:
&[
f32
])
{}
fn
main
()
{
()[
f
(&[
1.0
])];
//~^ ERROR cannot index into a value of type `()`
}