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)
186
+
*[fix `match_ref_pats` false positive on match scrutinee of never type](https://github.com/rust-lang/rust-clippy/pull/15474)
187
+
*[fix `unnecessary_semicolon`: don't lint on stmts with attrs](https://github.com/rust-lang/rust-clippy/pull/15466)
188
+
#### Rust-Analyzer
189
+
*[hint at unterminated strings in unknown prefix errors](https://github.com/rust-lang/rust-analyzer/pull/20425)
190
+
*[fix "Implement default members" to resolve IdentPat](https://github.com/rust-lang/rust-analyzer/pull/20432)
191
+
*[add if..else completions in LetStmt and ArgList](https://github.com/rust-lang/rust-analyzer/pull/20390)
192
+
*[fix indent for `convert_match_to_let_else`](https://github.com/rust-lang/rust-analyzer/pull/20455)
193
+
*[make lang items query properly filter out overwritten/excluded sysroots](https://github.com/rust-lang/rust-analyzer/pull/20475)
194
+
*[only import the item in "Unqualify method call" if needed](https://github.com/rust-lang/rust-analyzer/pull/20442)
195
+
*[support guards in `replace_match_with_if_let`](https://github.com/rust-lang/rust-analyzer/pull/20456)
196
+
*[track diagnostic generations per package](https://github.com/rust-lang/rust-analyzer/pull/20459)
197
+
*[next-solver fun time](https://github.com/rust-lang/rust-analyzer/pull/20446)
198
+
*[switch from Chalk to the next trait solver](https://github.com/rust-lang/rust-analyzer/pull/20329)
199
+
*[use a more specific error message when talking about the server logs](https://github.com/rust-lang/rust-analyzer/pull/20467)
138
200
139
201
### Rust Compiler Performance Triage
140
202
@@ -325,7 +387,11 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
325
387
326
388
# Quote of the Week
327
389
328
-
<!-- QOTW goes here -->
390
+
> 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.
391
+
392
+
– [Jacob Pratt on Mastodon](https://hachyderm.io/@[email protected]/115052212557381430)
393
+
394
+
llogiq has looked at all zero suggestions and came up empty, so he just chose this quote instead.
329
395
330
396
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments