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))
64
+
*[fix issue with autofix for ambiguous associated function from Rust 2021 prelude when struct is generic](https://github.com/rust-lang/rust/pull/87557)
65
+
*[add flag to configure `large_assignments` lint](https://github.com/rust-lang/rust/pull/86450)
66
+
*[make const `panic!("..")` work in Rust 2021](https://github.com/rust-lang/rust/pull/86998)
67
+
*[suggest removing unnecessary `&mut` as help message](https://github.com/rust-lang/rust/pull/87453)
68
+
*[suggest `;` on parse error where applicable](https://github.com/rust-lang/rust/pull/87436)
69
+
*[fix invalid suggestions for non-ASCII characters in byte constants](https://github.com/rust-lang/rust/pull/87659)
70
+
*[tweak opaque type mismatch error](https://github.com/rust-lang/rust/pull/87673)
71
+
*[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)
74
+
*[tweak borrowing suggestion in `for` loop](https://github.com/rust-lang/rust/pull/87559)
A very quiet week with only improvements. There was one possible regression, but it was removed from consideration due to only barely impacting a somewhat noisy stress-test benchmark. Untriaged pull requests continue to pile up, but there is still not a good process for dealing with them.
89
+
A very quiet week with only improvements. There was one possible regression, but it was removed from consideration due to only barely impacting a somewhat noisy stress-test benchmark. Untriaged pull requests continue to pile up, but there is still not a good process for dealing with them.
@@ -151,11 +155,7 @@ Email the [Rust Community Team][community] for access.
151
155
152
156
# Quote of the Week
153
157
154
-
> 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
155
-
156
-
– [Ralf Jung on Eureka Alert Science News](https://www.eurekalert.org/pub_releases/2021-07/su-cs071521.php)
157
-
158
-
Thanks to [Henrik Tougaard](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1084) for the suggestion!
158
+
Sadly, this week saw no quote of the week nominations.
159
159
160
160
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments