We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43b98d0 + 73f0ba5 commit d54a2b4Copy full SHA for d54a2b4
design-docs/anon-const-substs.md
@@ -101,8 +101,8 @@ fn main() {
101
102
Discussed in the following meetings: [2021.03.23](../meetings/2021.03.23-ct-in-where-bounds.md)
103
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.
+Probably solved by retypechecking the MIR of anonymous constants before const evaluating them.
+Therefore waiting on implementation work.
106
107
108
0 commit comments