Skip to content

Commit 466f1ba

Browse files
authored
Merge pull request #9 from rust-lang/meeting-ntoes
meeting notes
2 parents 1375ef5 + d9a1d3c commit 466f1ba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

meetings/2021.03.02-near-future-stabilizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cg meeting 2021-03-02 ([zulip thread](https://rust-lang.zulipchat.com/#narrow/stream/260443-project-const-generics/topic/meeting.202021-03-029))
1+
# cg meeting 2021-03-02 ([zulip thread](https://rust-lang.zulipchat.com/#narrow/stream/260443-project-const-generics/topic/meeting.202021-03-02))
22

33
What can we stabilize without having to supply generic params to anon consts?
44

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# cg meeting 2021-03-02 ([zulip thread](https://rust-lang.zulipchat.com/#narrow/stream/260443-project-const-generics/topic/meeting.202021-03-09))
2+
3+
Talked about how to implement the way to discard unused substs decided on in the [2021.02.16 meeting](2021.02.16-lazy-norm.md)
4+
5+
Change `ConstKind::Unevaluated` to make the "default substs" optional.
6+
7+
Requires us to be conservative for type flags which could be changed because of this. Hopefully not too bad perf wise.

0 commit comments

Comments
 (0)