Implement unstable RFC 1872 exhaustive_patterns

This commit is contained in:
iDawer 2022-08-31 20:17:54 +05:00
parent e3dc5a588f
commit 1a580a3396
6 changed files with 265 additions and 20 deletions

View file

@ -14,6 +14,7 @@ mod chalk_db;
mod chalk_ext;
pub mod consteval;
mod infer;
mod inhabitedness;
mod interner;
mod lower;
mod mapping;