pub fn diff_surfaces(baseline: &ApiSurface, current: &ApiSurface) -> SurfaceDiffExpand description
Compute the diff between a baseline surface and the current surface.
Breaking changes are: removed items, changed signatures, relocated types. Non-breaking changes are: added items (allowed).