mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
1ea4810c84
The crate name is already set in Cargo.toml. The comment says there is some logic in the compiler that reads #![crate_name] and not --crate-name, but I can't find it. Removing it seems to work fine.