We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aedd6e commit 974b727Copy full SHA for 974b727
tests/ui-fulldeps/stable-mir/check_allocation.rs
@@ -111,7 +111,7 @@ fn check_other_consts(item: CrateItem) {
111
// Instance body will force constant evaluation.
112
let body = Instance::try_from(item).unwrap().body().unwrap();
113
let assigns = collect_consts(&body);
114
- assert_eq!(assigns.len(), 9);
+ assert_eq!(assigns.len(), 8);
115
for (name, alloc) in assigns {
116
match name.as_str() {
117
"_max_u128" => {
0 commit comments