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
- There were no beta backport nominations this week.
10
+
11
+
- "Use informational target machine for metadata" ([#58605](https://github.com/rust-lang/rust/pulls/58605)) was nominated for backport to stable.
12
+
-[Nomination was declined](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-04-18.20.2354818/near/163655391)
-`wg-llvm` is working on optimizing `overflow` intrinsics with `add` and `sub` instructions.
19
+
20
+
- A PR ([#59546](https://github.com/rust-lang/rust/pull/59546)) has also been opened to fix [a long standing unsoundness issue](https://github.com/rust-lang/rust/issues/28728).
21
+
The PR is currently waiting for someone to run lolbench.rs to determine what impact the PR has on generated code performance.
22
+
23
+
[Link to full discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-04-18.20.2354818/near/163658733)
-`wg-async-await` is currently working though the list of [issues blocking stabilization](https://github.com/rust-lang/rust/labels/AsyncAwait-Blocking).
-[Supporting async fns whose arguments have multiple lifetimes](https://github.com/rust-lang/rust/issues/56238)
31
+
-[Shrinking the size of generators](https://github.com/rust-lang/rust/issues/52924)
32
+
33
+
- The thorniest issue remaining is determining the drop order for unused async function arguments ([#54716](https://github.com/rust-lang/rust/issues/54716))
34
+
- While investigating this issue, some subtle inconsistencies regarding existing drop order for regular functions were discovered.
35
+
- This issue is also not proving to be easy to resolve.
36
+
37
+
[Link to full discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-04-18.20.2354818/near/163658872)
0 commit comments