rust/crates/ra_hir_ty
Florian Diebold a3d866e776 Handle coercing function types to function pointers in match
E.g. in
```rust
match x {
    1 => function1,
    2 => function2,
}
```
we need to try coercing both to pointers. Turns out this is a special case in
rustc as well (see the link in the comment).
2020-05-08 22:14:01 +02:00
..
src Handle coercing function types to function pointers in match 2020-05-08 22:14:01 +02:00
Cargo.toml Bump deps 2020-05-01 15:29:03 +03:00