rust/tests/ui-fulldeps/stable-mir
Celina G. Val 3f60165d27 Remove fold code and add Const::internal()
We are not planning to support user generated constant in the
foreseeable future, so we are removing the Fold logic for now in
favor of the Instance::resolve logic.

The Instance::resolve was however incomplete, since we weren't handling
internalizing constants yet. Thus, I added that.

I decided to keep the Const fields private in case we decide to
translate them lazily.
2023-10-24 14:50:58 -07:00
..
check_instance.rs Add test and remove double ref 2023-10-23 21:36:43 -07:00
compilation-result.rs Try to work around 32 bit mingw issues 2023-10-23 10:04:47 +00:00
crate-info.rs Remove fold code and add Const::internal() 2023-10-24 14:50:58 -07:00
smir_internal.rs Add test and remove double ref 2023-10-23 21:36:43 -07:00