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
This may be a dup of #3108. Here's an distilled example of the error: https://gist.github.com/3458927. It fails with:
error: internal compiler error: node_id_to_type: unbound node ID unknown node (id=107518)
I tried importing the trait into the local scope, but that didn't trigger the error.
The text was updated successfully, but these errors were encountered:
@brson pointed out that I was using a rather old form of syntax. When I updated to:
struct Deserializer { x: () } impl Deserializer: std::serialization::Deserializer { ... }
it worked. I'll file an issue to get this old syntax removed.
Sorry, something went wrong.
Merge pull request rust-lang#3276 from dten/allow-p
c357eee
allow specifying package with -p
Fix --emit mir handling of constants (rust-lang#3276)
--emit mir
51678e9
It shouldn't assume that the body of statics are available otherwise the compiler will ICE.
No branches or pull requests
This may be a dup of #3108. Here's an distilled example of the error: https://gist.github.com/3458927. It fails with:
I tried importing the trait into the local scope, but that didn't trigger the error.
The text was updated successfully, but these errors were encountered: