Niko Matsakis
Niko Matsakis
I have previously written a [draft RFC](https://hackmd.io/@nikomatsakis/SyI0eMFXO) around adding capture clauses -- I still like that design. I'd love to see it compared/contrasted with this one (haven't had time to...
- Oli working on [skill-tree](https://zulip-archive.rust-lang.org/146212tcompilerconsteval/90352Skilltree.html#196242568) to help plan next steps for const-eval - `loop` and `while` (not `for`) is the next candidate for stabilization. - Main blocker was questions around...
- [RFC 2342, "Allow `if` and `match` in constants"](https://github.com/rust-lang/rust/issues/49146#) - [Stabilization PR](https://github.com/rust-lang/rust/pull/72437) - Oli wants to tie to stabilization to loops (see below).
- [RFC 2344, "Allow `loop` in constant evaluation](https://github.com/rust-lang/rust/issues/52000) - [Stabilization proposal](https://github.com/rust-lang/rust/issues/52000#issuecomment-637104955) - Currently we have a limit on the amount of time we can spend in const-eval, but the only...
- [#71824, Check for live drops in constants after drop elaboration](https://github.com/rust-lang/rust/pull/71824#discussion_r421675954) - This is enabled by moving const-checking after drop elaboration - Additional precision in what is availible - Concern:...
Update from meeting: * rust-lang/rust#71824 has been merged.
2020-06-22: * Have the https://github.com/rust-lang/lang-team/issues/18 design meeting this week about the skill tree and unsafe and so forth.
2020-07-06: * No updates we are aware of :)
2020-08-3: * No updates
2020-08-31: No updates.