Skip to main content

resolve_path

Function resolve_path 

Source
fn resolve_path(
    config: &DiagnosticsMapConfig,
    workspace_root: &AbsPath,
    file_name: &str,
) -> AbsPathBuf
Expand description

Resolves paths applying any matching path prefix remappings, and then joining the path to the workspace root.