Bless ui-fulldeps.

This commit is contained in:
Camille GILLOT 2024-01-06 20:01:52 +00:00
parent 0aedd6e86f
commit 974b727874

View file

@ -111,7 +111,7 @@ fn check_other_consts(item: CrateItem) {
// Instance body will force constant evaluation.
let body = Instance::try_from(item).unwrap().body().unwrap();
let assigns = collect_consts(&body);
assert_eq!(assigns.len(), 9);
assert_eq!(assigns.len(), 8);
for (name, alloc) in assigns {
match name.as_str() {
"_max_u128" => {