fn compare_resolve(
    config: &Config,
    current_pkg: &Package,
    orig_resolve: &Resolve,
    new_resolve: &Resolve
) -> CargoResult<()>
Expand description

Generate warnings when packaging Cargo.lock, and the resolve have changed.