Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-40749.rs
blob: 0a847853b121ec3570c02903f05bf8bdbe2dca4d [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
[
0
;
..
10
];
//~^ ERROR mismatched types
//~| expected type `usize`
//~| found struct `RangeTo<{integer}>`
}