Check in some more work

This commit is contained in:
Ayaz Hafiz 2022-09-16 16:09:21 -05:00
parent 6adb88beee
commit ac752adc7c
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
6 changed files with 78 additions and 22 deletions

View file

@ -92,9 +92,16 @@ pub enum Error {
overall_region: Region,
branch_region: Region,
index: HumanIndex,
reason: RedundantReason,
},
}
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum RedundantReason {
PreviouslyCovered,
Uninhabited,
}
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum Context {
BadArg,