You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[`#[derive(Default)]` on enums with a `#[default]` attribute](https://github.com/rust-lang/rust/pull/86735) (RFC [#3107](https://rust-lang.github.io/rfcs/3107-derive-enum-default.html))
71
+
*[fix issue with autofix for ambiguous associated function from Rust 2021 prelude when struct is generic](https://github.com/rust-lang/rust/pull/87557)
72
+
*[add flag to configure `large_assignments` lint](https://github.com/rust-lang/rust/pull/86450)
73
+
*[make const `panic!("..")` work in Rust 2021](https://github.com/rust-lang/rust/pull/86998)
74
+
*[suggest removing unnecessary `&mut` as help message](https://github.com/rust-lang/rust/pull/87453)
75
+
*[suggest `;` on parse error where applicable](https://github.com/rust-lang/rust/pull/87436)
76
+
*[fix invalid suggestions for non-ASCII characters in byte constants](https://github.com/rust-lang/rust/pull/87659)
77
+
*[tweak opaque type mismatch error](https://github.com/rust-lang/rust/pull/87673)
78
+
*[bail on any found recursion when expanding opaque types](https://github.com/rust-lang/rust/pull/87546)
*[MIR borrowck does not generate lifetime variables for `'static` lifetimes during opaque type resolution](https://github.com/rust-lang/rust/pull/87483)
81
+
*[tweak borrowing suggestion in `for` loop](https://github.com/rust-lang/rust/pull/87559)
@@ -164,11 +168,7 @@ Email the [Rust Community Team][community] for access.
164
168
165
169
# Quote of the Week
166
170
167
-
> We were able to verify the safety of Rust's type system and thus show how Rust automatically and reliably prevents entire classes of programming errors
168
-
169
-
– [Ralf Jung on Eureka Alert Science News](https://www.eurekalert.org/pub_releases/2021-07/su-cs071521.php)
170
-
171
-
Thanks to [Henrik Tougaard](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1084) for the suggestion!
171
+
Sadly, this week saw no quote of the week nominations.
172
172
173
173
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments