mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
![]() feat: Implement `feature(exhaustive_patterns)` from unstable Rust Closes #12753 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. |
||
---|---|---|
.. | ||
ast_id_map.rs | ||
builtin_attr_macro.rs | ||
builtin_derive_macro.rs | ||
builtin_fn_macro.rs | ||
db.rs | ||
eager.rs | ||
fixup.rs | ||
hygiene.rs | ||
lib.rs | ||
mod_path.rs | ||
name.rs | ||
proc_macro.rs | ||
quote.rs |