Skip to main content

try_rustc_pipeline

Function try_rustc_pipeline 

Source
fn try_rustc_pipeline(
    _project: &Path,
    _cfg: &PipelineConfig,
    _graph_cache_path: Option<&PathBuf>,
) -> Option<CodePropertyGraph>
Expand description

Attempt to use the icb-rustc native backend for Rust projects.

Returns Some(CodePropertyGraph) if successful, otherwise None and the pipeline will fall back to tree‑sitter.