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
*[base-db: add more details to panic](https://github.com/rust-lang/rust-analyzer/pull/19710)
177
+
*[add two new diagnostics: one for mismatch in generic arguments count, and another for mismatch in their kind](https://github.com/rust-lang/rust-analyzer/pull/19479)
178
+
*[adds an assist to remove underscores from used variables](https://github.com/rust-lang/rust-analyzer/pull/19692)
179
+
*[better support `offset_of!()`](https://github.com/rust-lang/rust-analyzer/pull/19657)
180
+
*[properly handle lifetimes when checking generic arguments len](https://github.com/rust-lang/rust-analyzer/pull/19676)
*[escape raw names in labels properly](https://github.com/rust-lang/rust-analyzer/pull/19699)
183
+
*[fix incorrect diagnostic for lifetime parameter count mismatch](https://github.com/rust-lang/rust-analyzer/pull/19672)
184
+
*[fix type argument mismatch incorrectly triggering on inferred trait args](https://github.com/rust-lang/rust-analyzer/pull/19675)
185
+
*[panics in inlay hints that produce empty text edits for closure return types](https://github.com/rust-lang/rust-analyzer/pull/19647)
126
186
127
187
### Rust Compiler Performance Triage
128
188
@@ -307,7 +367,13 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
307
367
308
368
# Quote of the Week
309
369
310
-
<!-- QOTW goes here -->
370
+
> With Bevy clearly being an extended test suite for Rust's trait solver, how did you get the idea to also turn it into a game engine?
371
+
372
+
> Every sufficiently advanced test is indistinguishable from a game engine 🙂
373
+
374
+
– [/u/0x564A00 and /u/_cart on /r/rust](https://www.reddit.com/r/rust/comments/1k721w1/comment/moumd91)
375
+
376
+
Thanks to [Ludwig Stecher](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1681) and [Josh Triplett](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1682) for the suggestion!
311
377
312
378
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments