This repository has been archived by the owner on Nov 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
Error E0277 on nightly #196
Comments
rust-lang/rust#28229 perhaps? |
@jdm doesn't seem like it. rust-lang/rust#28229 exists with rustc 1.4.0-nightly (7780408af 2015-09-01) but rust-mozjs compiles ok. |
@bjwbell I'll give a try with this version. It could be good to point out which rust version compile fine rust-mozjs. |
The problem seems to happen on these definitions:
Those six entries are causing the same error while expending [#derive_Clone] I'm not sure how those object types are much different from the other ones... As all the object I see that are declared in the struct are also |
I suspect it's the arguments that are raw pointers that are triggering this error, incorrectly. |
This is a regression, rust-lang/rust#28559 |
problem solved with this fix |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm on nightly from 17/09/2015
The text was updated successfully, but these errors were encountered: