Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
analyze: add C2RUST_ANALYZE_NO_CARGO env var to disable cargo integra…
…tion (#1070) Adding cargo integration made it a bit tricky to access the pre-cargo behavior, in which `c2rust-analyze` would behave like `rustc`. This behavior was useful for experimenting on small single-file example programs (e.g. `c2rust-analyze foo.rs`). This commit adds a new env var, `C2RUST_ANALYZE_NO_CARGO`, which can be set to restore the old behavior.
- Loading branch information