Skip to content

Commit d54a2b4

Browse files
authored
Merge pull request #11 from lcnr/update1242
update anon const substs design doc
2 parents 43b98d0 + 73f0ba5 commit d54a2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

design-docs/anon-const-substs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ fn main() {
101101

102102
Discussed in the following meetings: [2021.03.23](../meetings/2021.03.23-ct-in-where-bounds.md)
103103

104-
Not yet solved, requires us to either change typeck to not evaluate constants without checking their
105-
where clauses or to stop assuming ctfe to only deal with well typed MIR.
104+
Probably solved by retypechecking the MIR of anonymous constants before const evaluating them.
105+
Therefore waiting on implementation work.
106106

107107

108108

0 commit comments

Comments
 (0)