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
On incoming as of @90372da , compiling the following program:
extern mod std; fn main() { std::arc::MutexARC(()); }
Results in the following ICE:
error: internal compiler error: create_function: unexpected sort of node
The text was updated successfully, but these errors were encountered:
Are you building with -g?
Sorry, something went wrong.
Ah, yes, and it works when I don't compile with -g. Sorry, should have included that info in the first place.
Dup of #2012 / #2194.
No branches or pull requests
On incoming as of @90372da , compiling the following program:
Results in the following ICE:
The text was updated successfully, but these errors were encountered: