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
*[fix complete semicolon in array expression](https://github.com/rust-lang/rust-analyzer/pull/21402)
204
+
*[fix incorrect Self path expand for `inline_call`](https://github.com/rust-lang/rust-analyzer/pull/21381)
205
+
*[do not resolve proc macros in value ns (as functions), only in macro ns, outside their defining crate](https://github.com/rust-lang/rust-analyzer/pull/21633)
206
+
*[don't assume `extern fn`s parameters are patterns](https://github.com/rust-lang/rust-analyzer/pull/21632)
207
+
*[handle `ref mut` bindings in `contains_explicit_ref_binding`](https://github.com/rust-lang/rust-analyzer/pull/21647)
208
+
*[use `ExprIsRead::Yes` for rhs of ordinary assignments](https://github.com/rust-lang/rust-analyzer/pull/21649)
209
+
*[migrate `covert_tuple_return_type` to `struct` assist to syntax editor](https://github.com/rust-lang/rust-analyzer/pull/21619)
210
+
*[migrate `generate_impl` assist to use AstNodeEdit](https://github.com/rust-lang/rust-analyzer/pull/21643)
211
+
*[migrate `introduce_named_lifetime` assist to SyntaxEditor](https://github.com/rust-lang/rust-analyzer/pull/21507)
212
+
*[migrate destructure tuple binding assist to syntaxEditor](https://github.com/rust-lang/rust-analyzer/pull/21618)
213
+
*[remove mutable edit in place with `edit::AstNodeEdit` in migrated assist handlers](https://github.com/rust-lang/rust-analyzer/pull/21636)
163
214
164
215
### Rust Compiler Performance Triage
165
216
@@ -334,7 +385,11 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
334
385
335
386
# Quote of the Week
336
387
337
-
<!-- QOTW goes here -->
388
+
> Clearly there is such a thing as too much syntactic sugar (as one of my professors put it, "syntactic sugar causes semantic cancer"), but at the same time also clearly some syntactic sugar is worth having.
389
+
390
+
– [Ralf Jung on rust-internals](https://internals.rust-lang.org/t/pre-pre-rfc-splatting-for-named-arguments-and-function-overloading/24012/17)
391
+
392
+
Thanks to [robofinch](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1753) for the suggestion!
338
393
339
394
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments