rustanlys / rupta

A Pointer Analysis Framework for Rust
https://rustanlys.github.io/rupta/
GNU General Public License v3.0
36 stars 6 forks source link

Conflict with `rustversion` #1

Closed jialunzhang-psu closed 2 months ago

jialunzhang-psu commented 3 months ago

At src/bin/cargo-pta.rs:31, the output of rustc --version is covered by rupta 0.1.0, which fails building when the project uses rustversion for cfg. I would suggest to remove it or use a dedicated option like --rupta-version to avoid such conflicts.