Scheduled to be released on 2020-03-12.
https://internals.rust-lang.org/t/rust-1-42-0-pre-release-testing/11949
https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1420-2020-03-12
Differential D24020
lang/rust: Update to 1.42.0 Authored by tobik on Mar 10 2020, 8:05 PM. Tags None Referenced Files
Details
Scheduled to be released on 2020-03-12. https://internals.rust-lang.org/t/rust-1-42-0-pre-release-testing/11949 11.3 amd64 ok arm64 ?
Diff Detail
Event TimelineComment Actions I have 2 errors with lang/rust-bootstrap: error: unnecessary parentheses around block return value
--> src/bootstrap/lib.rs:1029:9
|
1029 | (target.contains("linux-gnu") || target.contains("apple-darwin"))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses
|
= note: `-D unused-parens` implied by `-D warnings`
error: unused extern crate
--> src/librustc_macros/src/lib.rs:4:1
|
4 | extern crate proc_macro;
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
|
= note: `-D unused-extern-crates` implied by `-D warnings`Comment Actions OK on 13amd64, 13i386, armv7 and ppc64 elfv2. I'll have the result for other arches tomorrow. edit: ok on armv6 and ppc64 elfv1 command did not execute successfully: "/usr/ports/lang/rust/work/rustc-1.42.0-src/build/aarch64-unknown-freebsd/stage0/bin/cargo" "build" "-Zconfig-profile" "--target" "aarch64-unknown-freebsd" "-Zbinary-dep-de
pinfo" "-j" "4" "-v" "--release" "--frozen" "--manifest-path" "/usr/ports/lang/rust/work/rustc-1.42.0-src/src/tools/miri/Cargo.toml" "--message-format" "json-render-diagnostics"
expected success, got: signal: 11
< ToolBuild { compiler: Compiler { stage: 2, host: "aarch64-unknown-freebsd" }, target: "aarch64-unknown-freebsd", tool: "cargo-miri", path: "src/tools/miri", mode: ToolRustc, is_optional_tool: true, sour
ce_type: Submodule, extra_features: [] }
< CargoMiri { compiler: Compiler { stage: 2, host: "aarch64-unknown-freebsd" }, target: "aarch64-unknown-freebsd", extra_features: [] }
thread 'main' panicked at 'Unable to build cargo miri', src/bootstrap/dist.rs:65:9 |