summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type/type-unsatisfiable.usage.stderr
blob: 56e2e30afaca59e928080a91ef3113a8dec4c0d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0369]: cannot subtract `(dyn Vector2<ScalarType = i32> + 'static)` from `dyn Vector2<ScalarType = i32>`
  --> $DIR/type-unsatisfiable.rs:57:20
   |
LL |     let bar = *hey - *word;
   |               ---- ^ ----- (dyn Vector2<ScalarType = i32> + 'static)
   |               |
   |               dyn Vector2<ScalarType = i32>

error: aborting due to previous error

For more information about this error, try `rustc --explain E0369`.