address review comments; fix CI

This commit is contained in:
Deadbeef 2025-10-26 18:42:13 +00:00
parent 3982d3e706
commit 47864e80cb
9 changed files with 77 additions and 74 deletions

View file

@ -2760,7 +2760,7 @@ fn const_heap() {
x *= 2;
}
assert!(v.len() == 6);
v.const_leak()
v.const_make_global()
};
assert_eq!([1, 2, 4, 8, 16, 32], X);