Bug 1647582 Comment 14 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

ok so the non-autocrlf issue is a bug in `cargo vendor` which was fixed in Rust 1.45, the latest stable release as of 3 days ago.

mach build uses 1.43, and is stuck because of llvm/clang issues(?).

however `mach vendor rust` just grabs the cargo in your PATH, so if you have the latest stable release it Just Works.
ok so the non-autocrlf issue is a bug in `cargo vendor` which was fixed in Rust 1.45, the latest stable release as of 3 days ago.

So maybe we add a version check to `cargo vendor` and the is fixed?

Back to Bug 1647582 Comment 14