Skip to content

mplement PartialEq for Color, fix compiler warning: borrow of packed field requires unsafe function or block (error E0133).

Jeremy Soller requested to merge robbycerantola:master into master

Created by: robbycerantola

@jackpot51 I implemented PartialEq for Color, but last rustc nightly (2018-02-03) complains about "borrow of packed field requires unsafe function or block (error E0133)" . I fixed orbclient sources to compile again under Linux. I hope this is the proper way also for Redox.

Merge request reports