mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 18:50:32 +00:00
This allows executing it like cargo clif build if you add it to your PATH. It also fixes infinite recursion on Windows when invoking it as Windows includes the current directory in PATH by default. Fixes #971