pub fn path_source(
source_id: SourceId,
gctx: &GlobalContext,
) -> CargoResult<PathSource<'_>>
Expand description
Determines the PathSource
from a SourceId
.
pub fn path_source(
source_id: SourceId,
gctx: &GlobalContext,
) -> CargoResult<PathSource<'_>>
Determines the PathSource
from a SourceId
.