rust/crates/ra_hir_ty
bors[bot] d590f6ce12
Merge #2592
2592: Add std::ops::Index support for infering r=edwin0cheng a=edwin0cheng

see also #2534

Seem like this can't fix #2534 for this case:

```rust
fn foo3(bar: [usize; 2]) {
    let baz = bar[1];   // <--- baz is still unknown ?
    println!("{}", baz);
}
```

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2019-12-20 14:36:53 +00:00
..
src Merge #2592 2019-12-20 14:36:53 +00:00
Cargo.toml chore: bump deps and use mainline chalk 2019-12-09 22:35:47 +02:00