-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
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
Failure when using num_derive on latest nightly #240
Comments
Will investigate. |
@hauleth any news? |
hauleth
added a commit
that referenced
this issue
Nov 27, 2016
est31
added a commit
to est31/rust-media
that referenced
this issue
Jan 28, 2017
remexre
pushed a commit
to remexre/num
that referenced
this issue
Jun 1, 2017
Implement FromIterator and Extend for value::Map
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce, run
cargo test
on thenum/derive
subdir, you will get lots of "a type named ... has already been defined in this module".I can reproduce with
1.15.0-nightly (0ed951993 2016-11-14)
.This change in behaviour was probably caused by rust-lang/rust#37614, but its actually wanted behaviour.
Basically the proc macro isn't expected anymore to output the item itself, only the impl's.
The text was updated successfully, but these errors were encountered: