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
*[do not suggest to use implicit `DerefMut` on `ManuallyDrop` reached through unions](https://github.com/rust-lang/rust-clippy/pull/14387)
189
+
*[fix `match_ref_pats` false positive on match scrutinee of never type](https://github.com/rust-lang/rust-clippy/pull/15474)
190
+
*[fix `unnecessary_semicolon`: don't lint on stmts with attrs](https://github.com/rust-lang/rust-clippy/pull/15466)
191
+
#### Rust-Analyzer
192
+
*[hint at unterminated strings in unknown prefix errors](https://github.com/rust-lang/rust-analyzer/pull/20425)
193
+
*[fix "Implement default members" to resolve IdentPat](https://github.com/rust-lang/rust-analyzer/pull/20432)
194
+
*[add if..else completions in LetStmt and ArgList](https://github.com/rust-lang/rust-analyzer/pull/20390)
195
+
*[fix indent for `convert_match_to_let_else`](https://github.com/rust-lang/rust-analyzer/pull/20455)
196
+
*[make lang items query properly filter out overwritten/excluded sysroots](https://github.com/rust-lang/rust-analyzer/pull/20475)
197
+
*[only import the item in "Unqualify method call" if needed](https://github.com/rust-lang/rust-analyzer/pull/20442)
198
+
*[support guards in `replace_match_with_if_let`](https://github.com/rust-lang/rust-analyzer/pull/20456)
199
+
*[track diagnostic generations per package](https://github.com/rust-lang/rust-analyzer/pull/20459)
200
+
*[next-solver fun time](https://github.com/rust-lang/rust-analyzer/pull/20446)
201
+
*[switch from Chalk to the next trait solver](https://github.com/rust-lang/rust-analyzer/pull/20329)
202
+
*[use a more specific error message when talking about the server logs](https://github.com/rust-lang/rust-analyzer/pull/20467)
141
203
142
204
### Rust Compiler Performance Triage
143
205
@@ -334,7 +396,11 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
334
396
335
397
# Quote of the Week
336
398
337
-
<!-- QOTW goes here -->
399
+
> It's amazing how far const eval has come in #Rust. It wasn't too long ago that even a simple if/else wasn't permitted. Now we're not that far off from having const trait impls and const closures, which will make damn near everything const capable.
400
+
401
+
– [Jacob Pratt on Mastodon](https://hachyderm.io/@[email protected]/115052212557381430)
402
+
403
+
llogiq has looked at all zero suggestions and came up empty, so he just chose this quote instead.
338
404
339
405
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments