Cargo vendor and rust-analyzer

⚓ Rust    📅 2025-11-13    👤 surdeus    👁️ 5      

surdeus

I have a project with vendored dependencies via cargo vendor. To edit it, I'd like to use rust-analyzer, but this needs to load the crates on which std depends (e.g. cfg-if 1.0.1). How can I vendor those as well?

2 posts - 1 participant

Read full topic

🏷️ Rust_feed