pub fn validate_environment(
captured: &CapturedRustcInvocation,
current_rustc: &Path,
) -> Result<()>Expand description
Run the pre-flight checks. Returns Ok(()) if it’s safe to call
thin_rebuild; otherwise Err with a message a human can act on.