Skip to content

Commit 52d1c30

Browse files
committed
Add comment to test
1 parent ec036cd commit 52d1c30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ui/const-generics/issues/cg-in-dyn-issue-128176.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//@ check-pass
22

3-
// Regression test for #128176.
3+
// 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.
45

56
#![feature(generic_const_exprs)]
67
#![feature(dyn_compatible_for_dispatch)]

0 commit comments

Comments
 (0)