Skip to main content

reconcile

Function reconcile 

Source
pub fn reconcile(manifest_tools: &BTreeSet<String>, lock: &Lock) -> Reconcile
Expand description

Compare the manifest’s declared tool names against the lock. Tool-name level only; deeper drift (a changed constraint a pin no longer satisfies) is checked during resolution (docs/06-resolution.md).