error[E0369]: cannot subtract `(dyn Vector2 + 'static)` from `dyn Vector2` --> $DIR/type-unsatisfiable.rs:57:20 | LL | let bar = *hey - *word; | ---- ^ ----- (dyn Vector2 + 'static) | | | dyn Vector2 error: aborting due to previous error For more information about this error, try `rustc --explain E0369`.