sloc_ldiff

Function sloc_ldiff 

Source
pub fn sloc_ldiff(a: SourceLocation, b: SourceLocation) -> SourceLocation
Expand 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.