Challenges of running open-source static analyzers
⚓ Rust 📅 2025-11-05 👤 surdeus 👁️ 8Recently, I am trying to run some open source static analyzer (e.g., Rudra). However, I found that the nightly toolchain used by these works are always conflicted with the crates due to the version requirements of dependencies. From my knowledge, this issues happen because static analyzers used the rustc_private APIs, which are still not stable. In the case, that the APIs are still not stabilized, is there a unified solution to run these static analyzers on our projects without pain so far?
7 posts - 4 participants
🏷️ Rust_feed