ALPAC-4

Results 1 issues of ALPAC-4

# 🐛 Bug `vector::for_each_mut` is not working when dereference the value. More detail below. ## To reproduce ```move fun main() { let amounts = vector[1u64, 2u64]; vector::for_each_mut(&mut amounts, |amount| {...

bug
Stale
compiler-v1-only