You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling glyphs2fontir v0.0.1 (fontc/glyphs2fontir)
error[E0599]: no method named `overlaps` found for struct `Rect` in the current scope
--> glyphs2fontir/src/erase_open_corners.rs:397:17
|
397 | if !bounds1.overlaps(bounds2) {
| ^^^^^^^^ method not found in `Rect`