Mark this instance as a mismatch which can't be auto-fixed, its semver group and version group config are in conflict with one another, asking for mutually exclusive versions
(&self, state: SemverGroupAndVersionConflict)
| 248 | /// group and version group config are in conflict with one another, asking |
| 249 | /// for mutually exclusive versions |
| 250 | pub fn mark_conflict(&self, state: SemverGroupAndVersionConflict) -> &Self { |
| 251 | let specifier = Rc::clone(&self.descriptor.specifier); |
| 252 | self.set_state(InstanceState::Invalid(InvalidInstance::Conflict(state)), &specifier) |
| 253 | } |
| 254 | |
| 255 | /// Mark this instance as a mismatch which can't be auto-fixed without user |
| 256 | /// input |