Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1087: Fix env list parsing r=Aurel300 a=zgrannan Prusti did not accept `Vec<String>` arguments passed as environment variables. This PR fixes that. As an example, with the export `export PRUSTI_EXTRA_VERIFIER_ARGS="--proverEnableResourceBounds"`, Prusti would crash saying: ``` thread 'rustc' panicked at 'Failed to read setting "extra_verifier_args"', prusti-common/src/config.rs:242:51 ``` This PR also makes that error more descriptive (revealing the underlying error from config-rs) Co-authored-by: Zack Grannan <[email protected]>
- Loading branch information