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
- seeking help on resolving ["[firefox] error: relocation refers to local symbol "" [12], which is defined in a discarded section"](https://github.com/rust-lang/rust/issues/59652)
6
+
7
+
- seeking help on resolving ["Compiler panic with generic-typed nested closures"](https://github.com/rust-lang/rust/issues/59494)
8
+
9
+
# Backport decisions
10
+
11
+
- No backport decisions were made at this meeting because there were no PRs nominated for backport.
- The current goal is to make the MIR `Place` data structure non-recursive ([Issue #52708](https://github.com/rust-lang/rust/issues/52708)).
18
+
This should use less memory, be easier to work with, and probably faster as well.
19
+
20
+
- After that is completed, there are a number of other `Place` related refactorings and other ideas from the All-Hands meeting that can be worked on.
21
+
22
+
-[Link to full discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-04-11.20.2354818/near/163105192)
- The goal is to allow Cargo to invoke rustc sooner letting downstream crates start compiling while upstream crates do LLVM work ([Issue #58465](https://github.com/rust-lang/rust/issues/58465))
27
+
28
+
- This working group is just getting started and had its initial meeting on 4/5.
29
+
30
+
-[Link to full discussion](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/weekly.20meeting.202019-04-11.20.2354818/near/163106257)
0 commit comments