Open brmataptos opened 2 months ago
Compiler V1 catches some "missing ability key" errors which are missed by Compiler V2:
key
Reducing the test to try to eliminate error shadowing:
Diagnostics: bug: unexpected type: _ ┌─ tests/ability-check/v1-typing/pack_constraint_not_satisfied2.move:6:9 │ 6 │ fun t0() { │ ^^
Might be fixed by now as something in this area was recently fixed.
🐛 Bug
Compiler V1 catches some "missing ability
key
" errors which are missed by Compiler V2:Reducing the test to try to eliminate error shadowing: