mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-01 01:23:26 +00:00
Bless ui-fulldeps.
This commit is contained in:
parent
0aedd6e86f
commit
974b727874
@ -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" => {
|
||||
|
Loading…
Reference in New Issue
Block a user