We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue by rthomas Thursday Jul 27, 2017 at 16:52 GMT Originally opened as servo/core-graphics-rs#89
This is related to servo/core-text-rs#62 to remove the warnings when building.
The offending types for core-text are CGAffineTransform and CGContextRef.
core-text
CGAffineTransform
CGContextRef
Other warnings in the crate should also be cleaned up or silenced. The method for the two listed types can be found at rust-lang/rust#27303
The text was updated successfully, but these errors were encountered:
Comment by rthomas Thursday Jul 27, 2017 at 16:52 GMT
@jdm I've raised this to track the work for this crate.
Sorry, something went wrong.
Auto merge of servo#166 - servo:rustup, r=nox
1f6ac29
Update to rustc 1.20.0-nightly (3bfc18a96 2017-06-29) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/cocoa-rs/166) <!-- Reviewable:end -->
core-foundation-rs
No branches or pull requests
Thursday Jul 27, 2017 at 16:52 GMT
Originally opened as servo/core-graphics-rs#89
This is related to servo/core-text-rs#62 to remove the warnings when building.
The offending types for
core-text
areCGAffineTransform
andCGContextRef
.Other warnings in the crate should also be cleaned up or silenced. The method for the two listed types can be found at rust-lang/rust#27303
The text was updated successfully, but these errors were encountered: