Any Freebsd Aarch64 Rust Nightly Support Workaround

Currently working on a project that requires unstable features in rust, but Freebsd Aarch64 is not supported by Rust Nightly.

Is there a work around this? Some how?

Thanks!

If you have a working stable toolchain, you can unlock the unstable features with RUSTC_BOOTSTRAP=1 in your environment. This is just as unsupported as using a true nightly, and subject to breaking changes.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.