hax icon indicating copy to clipboard operation
hax copied to clipboard

`features.rs`: `detect_forking` generates ugly error messages

Open W95Psp opened this issue 1 year ago • 0 comments

detect_forking intent is to discover which feature is enabled by running a cargo build.

It uses a very simple custom driver, which stops right after parsing. This makes hax fail with a quite horrible error message right now when running on a crate with a bad path or something like that.

W95Psp avatar Apr 29 '24 12:04 W95Psp