https://internals.rust-lang.org/t/rust-1-34-0-pre-release-testing/9785
Patch without renames that might be easier to apply: https://people.freebsd.org/~tobik/patches/rust-1.34.0.diff
Differential D19850
lang/rust: Update to 1.34.0 tobik on Apr 8 2019, 9:34 PM. Authored by Tags None Referenced Files
Details
https://internals.rust-lang.org/t/rust-1-34-0-pre-release-testing/9785 Patch without renames that might be easier to apply: https://people.freebsd.org/~tobik/patches/rust-1.34.0.diff Lots of patches did not apply cleanly, so this is probably incomplete. @pkubaj_riseup.net @mikael.urankar_gmail.com We need new bootstraps for (and testing on) arm* and powerpc64. Can you help with that?
Diff Detail
Event TimelineComment Actions
Comment Actions error[E0432]: unresolved import `spec` --> vendor/rustc-ap-rustc_target/spec/armv6_unknown_freebsd.rs:1:5 | 1 | use spec::{LinkerFlavor, Target, TargetOptions, TargetResult}; | ^^^^ did you mean `crate::spec`? | = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html> error[E0432]: unresolved import `spec` --> vendor/rustc-ap-rustc_target/spec/armv7_unknown_freebsd.rs:1:5 | 1 | use spec::{LinkerFlavor, Target, TargetOptions, TargetResult}; | ^^^^ did you mean `crate::spec`? | = note: `use` statements changed in Rust 2018; read more at <https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html> Compiling rustc-ap-syntax_pos v373.0.0 error: aborting due to 2 previous errors Comment Actions
Comment Actions What version do you need? I have v1.33 available here: Comment Actions
That should do. I've mirrored them in LOCAL/tobik. Thanks!
Comment Actions Builds on 13.0/amd64, 12.0/amd64 and 11.2/i386 were all fine. Anybody testing arm*, powerpc64? |