Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(freebsd): Run
cargo fix
with more FreeBSD versions
For versions 10, 11, 12, 13, 14, 15, and architectures aarch64, i686, powerpc64, riscv64gc, and x86_64, I ran the following: RUST_LIBC_UNSTABLE_FREEBSD_VERSION=15 cargo fix \ -Zbuild-std=core \ --features extra_traits \ --allow-dirty \ --edition \ --broken-code \ --lib \ --target aarch64-unknown-freebsd (backport <rust-lang#4159>) (cherry picked from commit 2e4ac8f) Not an exact cherry pick, I just reran the command.
- Loading branch information