-
Notifications
You must be signed in to change notification settings - Fork 49
Callable fails to build - Callable trait not implemented #21
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
Comments
I looked into it, and I have no idea where this error comes from. |
It appears to build on 0.12.0-nightly just fine as per the last successful Travics CI build (#158) 13.0-nightly fails - which is what both the machines I was using when I raised the issue are on; it is the latest rustup version. Somewhere in the changelogs and gh-issues lies the answer I guess. |
The problem probably comes from conditional dispatch and multidispatch, but knowing that doesn't help me fix it. |
I think that the issue is this: rust-lang/rust#18179 |
Maybe we could link to this issue on the Rustc issue tracker? |
This may have been fixed in rustc. However there's an ICE now, so I'm not sure. |
Closing as the lib is compiling again! |
The call to
load_args_and_call
at line 20 of functions_write.rs causes the cargo build to fail.The text was updated successfully, but these errors were encountered: