mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
700c5e89f2
Don't panic on std::env::vars() when env is null. Fixes #53200. Reviewer(s): * Do I need to do any `#[cfg()]` here? * Is this use of libc ok for a dev-dependency?