Hacker News new | ask | show | jobs
by steveklabnik 3558 days ago
Yeah, you don't need to do that anymore on FreeBSD: we officially distribute x86_64-unknown-freebsd (as tier 2) and i686-unknown-freebsd (as tier 3) versions of std, rustc, and cargo these days: https://doc.rust-lang.org/stable/book/getting-started.html#p...
1 comments

Where can I download cargo for i686-unknown-freebsd ?
https://static.rust-lang.org/dist/index.html is where all the builds are stored. https://static.rust-lang.org/dist/rustc-1.11.0-i686-unknown-... should have both the rustc and cargo for 1.11.
It doesnt have cargo there, only rustc. cargo still doesnt build on FreeBSD platforms.
Very strange, I must have opened the wrong one. I thought I saw it? I wonder why the docs are wrong here, then...