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