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)
120
162
121
163
### Rust Compiler Performance Triage
122
164
@@ -315,7 +357,17 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
315
357
316
358
# Quote of the Week
317
359
318
-
<!-- QOTW goes here -->
360
+
> Hello,
361
+
>
362
+
> 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.
363
+
>
364
+
> We aren’t planning to do anything about it.
365
+
>
366
+
> Rust Async Support - International Department
367
+
368
+
– [00100011 on rust-users](https://users.rust-lang.org/t/borrow-of-owned-sync-type-in-async-function/133667/2)
369
+
370
+
Thanks to [Aleksander Krauze](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1714) for the suggestion!
319
371
320
372
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments