2
0
Fork 0
mirror of https://github.com/rust-lang/rust-analyzer synced 2025-02-13 04:33:28 +00:00
rust-analyzer/crates/hir-ty
bors 4f8153e4a5 Auto merge of - iDawer:exhaustive_patterns, r=Veykril
feat: Implement `feature(exhaustive_patterns)` from unstable Rust

Closes 

Recognize Rust's unstable `#![feature(exhaustive_patterns)]` (RFC 1872). Allow omitting visibly uninhabited variants from `match` expressions when the feature is on.

This adjusts match checking to the current implementation of the postponed RFC 1872 in rustc.
2022-09-02 12:32:36 +00:00
..
src Auto merge of - iDawer:exhaustive_patterns, r=Veykril 2022-09-02 12:32:36 +00:00
Cargo.toml Bump chalk 2022-08-19 21:33:28 +03:00