Skip to content

Exhaustivity check in rust backend

Julien requested to merge julien@exhaustivity_check_in_rust_backend into master

The MR main purpose is to move exhaustivity checks in a module shared by all backends and to use the check in rust backend.

it also comes with two almost unrelated changes : reordering of blacklisted instruction (which helps readability) and a target to git reset tezos-on-tezos workdir which is simpler than redownloading the full repo. Beware that this could in some circumstances reset polyrun repo !

Edited by Julien

Merge request reports