Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1dc0f6d

Browse files
committedJun 15, 2020
Auto merge of #73326 - Mark-Simulacrum:beta-next, r=ecstatic-morse,Mark-Simulacrum
[beta] backport This is a beta backport rollup of the following: * [beta] Revert heterogeneous SocketAddr PartialEq impls #73318 * Fix emcc failure for wasm32. #73213 * Revert #71956 #73153 * [beta] Update cargo #73141 * Minor: off-by-one error in RELEASES.md #72914 * normalize adt fields during structural match checking #72897 * Revert pr 71840 #72989 * rust-lang/cargo#8361 * e658200 from #72901 r? @ghost
·
1.45.21.45.0
2 parents b7dc83a + 089d28b commit 1dc0f6d

File tree

76 files changed

+2224
-1940
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+2224
-1940
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ jobs:
442442
- name: x86_64-msvc-cargo
443443
env:
444444
SCRIPT: python x.py test src/tools/cargotest src/tools/cargo
445-
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc"
445+
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-lld"
446446
VCVARS_BAT: vcvars64.bat
447447
NO_DEBUG_ASSERTIONS: 1
448448
NO_LLVM_ASSERTIONS: 1

‎RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Libraries
4343
- [Unicode 13 is now supported.][69929]
4444
- [`String` now implements `From<&mut str>`.][69661]
4545
- [`IoSlice` now implements `Copy`.][69403]
46-
- [`Vec<T>` now implements `From<[T; N]>`.][68692] Where `N` is less than 32.
46+
- [`Vec<T>` now implements `From<[T; N]>`.][68692] Where `N` is at most 32.
4747
- [`proc_macro::LexError` now implements `fmt::Display` and `Error`.][68899]
4848
- [`from_le_bytes`, `to_le_bytes`, `from_be_bytes`, `to_be_bytes`,
4949
`from_ne_bytes`, and `to_ne_bytes` methods are now `const` for all

0 commit comments

Comments
 (0)
Please sign in to comment.