1+ Version 1.43.1 (2020-05-07)
2+ ===========================
3+
4+ * [ Updated openssl-src to 1.1.1g for CVE-2020 -1967.] [ 71430 ]
5+ * [ Fixed the stabilization of AVX-512 features.] [ 71473 ]
6+ * [ Fixed ` cargo package --list ` not working with unpublished dependencies.] [ cargo/8151 ]
7+
8+ [ 71430 ] : https://github.com/rust-lang/rust/pull/71430
9+ [ 71473 ] : https://github.com/rust-lang/rust/issues/71473
10+ [ cargo/8151 ] : https://github.com/rust-lang/cargo/issues/8151
11+
12+
113Version 1.43.0 (2020-04-23)
214==========================
315
@@ -14,7 +26,7 @@ Language
1426- [ Merge ` fn ` syntax + cleanup item parsing.] [ 68728 ]
1527- [ ` item ` macro fragments can be interpolated into ` trait ` s, ` impl ` s, and ` extern ` blocks.] [ 69366 ]
1628 For example, you may now write:
17- ``` rust
29+ ``` rust
1830 macro_rules! mac_trait {
1931 ($ i : item ) => {
2032 trait T { $ i }
8294- [ Certain checks in the ` const_err ` lint were deemed unrelated to const
8395 evaluation] [ 69185 ] , and have been moved to the ` unconditional_panic ` and
8496 ` arithmetic_overflow ` lints.
85-
97+
8698Compatibility Notes
8799-------------------
88100
@@ -173,7 +185,7 @@ Language
173185 (e.g. ` type Foo: Ord; ` ).
174186 - ` ... ` (the C-variadic type) may occur syntactically directly as the type of
175187 any function parameter.
176-
188+
177189 These are still rejected * semantically* , so you will likely receive an error
178190 but these changes can be seen and parsed by procedural macros and
179191 conditional compilation.
@@ -465,7 +477,7 @@ Compatibility Notes
465477- [ Using ` #[inline] ` on function prototypes and consts now emits a warning under
466478 ` unused_attribute ` lint.] [ 65294 ] Using ` #[inline] ` anywhere else inside traits
467479 or ` extern ` blocks now correctly emits a hard error.
468-
480+
469481[ 65294 ] : https://github.com/rust-lang/rust/pull/65294/
470482[ 66103 ] : https://github.com/rust-lang/rust/pull/66103/
471483[ 65843 ] : https://github.com/rust-lang/rust/pull/65843/
0 commit comments