1
Fork 0

Add comment to test

This commit is contained in:
Boxy 2024-12-04 00:19:26 +00:00
parent ec036cda3f
commit 52d1c30d3e

View file

@ -1,6 +1,7 @@
//@ check-pass
// Regression test for #128176.
// Regression test for #128176. Previously we would call `type_of` on the `1` anon const
// before the anon const had been lowered and had the `type_of` fed with a result.
#![feature(generic_const_exprs)]
#![feature(dyn_compatible_for_dispatch)]