mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Implement unstable RFC 1872 exhaustive_patterns
This commit is contained in:
parent
e3dc5a588f
commit
1a580a3396
6 changed files with 265 additions and 20 deletions
|
@ -14,6 +14,7 @@ mod chalk_db;
|
|||
mod chalk_ext;
|
||||
pub mod consteval;
|
||||
mod infer;
|
||||
mod inhabitedness;
|
||||
mod interner;
|
||||
mod lower;
|
||||
mod mapping;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue