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
*[remove support for `register_attr`](https://github.com/rust-lang/rust-analyzer/pull/20631)
141
183
142
184
### Rust Compiler Performance Triage
143
185
@@ -334,7 +376,17 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
334
376
335
377
# Quote of the Week
336
378
337
-
<!-- QOTW goes here -->
379
+
> Hello,
380
+
>
381
+
> We are sorry you aren’t happy with the [state](https://corrode.dev/blog/async/) of the `async` in the current edition of Rust. The memory ownership intuition you were meant to develop when working with single-threaded and/or parallel execution turned to be too expensive to port into our zero-cost concurrency framework, reinvented from [scratch](https://doc.rust-lang.org/std/pin/index.html) for the ultimate benefit to no one in particular.
382
+
>
383
+
> We aren’t planning to do anything about it.
384
+
>
385
+
> Rust Async Support - International Department
386
+
387
+
– [00100011 on rust-users](https://users.rust-lang.org/t/borrow-of-owned-sync-type-in-async-function/133667/2)
388
+
389
+
Thanks to [Aleksander Krauze](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1714) for the suggestion!
338
390
339
391
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments