ISLE: Add the overlap_errors pragma (#4981)

* Add the overlap_errors pragma to ISLE
* Enable overlap errors in the x64 backend
This commit is contained in:
Trevor Elliott
2022-09-29 12:40:39 -07:00
committed by GitHub
parent db06e4e622
commit 7d5b2b5bb2
6 changed files with 35 additions and 2 deletions

View File

@@ -19,6 +19,5 @@ tempfile = "3"
[features]
default = []
overlap-errors = []
logging = ["log"]
miette-errors = ["miette"]