Closed nical closed 7 years ago
error[E0308]: mismatched types
--> src/azure_hl.rs:739:71
|
739 | &AzPoint::from_point_2d(offset),
| ^^^^^^ expected struct `euclid::TypedPoint2D`, found struct `euclid::TypedVector2D`
|
= note: expected type `&euclid::TypedPoint2D<f32, euclid::UnknownUnit>`
found type `&euclid::TypedVector2D<f32, euclid::UnknownUnit>`
= help: here are some functions which might fulfill your needs:
- .length()
- .square_length()
error[E0308]: mismatched types
--> src/azure_hl.rs:739:71
|
739 | &AzPoint::from_point_2d(offset),
| ^^^^^^ expected struct `euclid::TypedPoint2D`, found struct `euclid::TypedVector2D`
|
= note: expected type `&euclid::TypedPoint2D<f32, euclid::UnknownUnit>`
found type `&euclid::TypedVector2D<f32, euclid::UnknownUnit>`
= help: here are some functions which might fulfill your needs:
- .length()
- .square_length()
error: aborting due to previous error
error: Could not compile `azure`.
This should be in a good state now, r? @jdm
@bors-servo delegate+
:v: @nical can now approve this pull request
@bors-servo r=nox
:pushpin: Commit cdb257c has been approved by nox
:hourglass: Testing commit cdb257c9faa8117d6af2405110c7a780e1afc5fc with merge 3944a65fd2a3790c85e3770d5130e1b4ab153b68...
:sunny: Test successful - status-travis Approved by: nox Pushing 3944a65fd2a3790c85e3770d5130e1b4ab153b68 to master...
In order for this to build we need servo-skia to be published on crates.io.
This change is