pub fn sloc_ldiff(a: SourceLocation, b: SourceLocation) -> SourceLocationExpand description
Computes the left difference of a and b (a \ b).
It takes the SourceLocation within a that is not in b and smaller than b.
pub fn sloc_ldiff(a: SourceLocation, b: SourceLocation) -> SourceLocationComputes the left difference of a and b (a \ b).
It takes the SourceLocation within a that is not in b and smaller than b.