Skip to main content

generate_scip_index

Function generate_scip_index 

Source
pub fn generate_scip_index(crate_dir: &Path) -> Option<PathBuf>
Expand description

Run rust-analyzer scip on a crate directory and return the SCIP index path.

Returns None if rust-analyzer is not installed or fails.