We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec036cd commit 52d1c30Copy full SHA for 52d1c30
tests/ui/const-generics/issues/cg-in-dyn-issue-128176.rs
@@ -1,6 +1,7 @@
1
//@ check-pass
2
3
-// Regression test for #128176.
+// Regression test for #128176. Previously we would call `type_of` on the `1` anon const
4
+// before the anon const had been lowered and had the `type_of` fed with a result.
5
6
#![feature(generic_const_exprs)]
7
#![feature(dyn_compatible_for_dispatch)]
0 commit comments