pub fn resolve_bug_toggles(
settings: &BugSettings,
) -> Result<BugToggles, EngineError>Expand description
Validate raw settings against the registry and freeze them for a run.
ยงErrors
Returns an error when a configured bug slug is not registered.