I have an issue on Win7 where I try to compile my project and I get an Internal Compiler Error.
I think most rustc developers are currently busy with the impl sprint, since there has not been any response yet on the linked issue.
The problem is, I need my project compilable on windows as it’s a Company project, and since it compiles fine on OSX, and I get an ICE on Windows, I’m strongly inclined to believe it’s a bug in rustc.
Given the lack of response on the issue so far, I figured I might be able to fix it myself, but I’ll need a little information on rustc, especially surrounding rustc_metadata::creader::CrateLoader and syntax::ext::expand::MacroExpander.
Anyone here with that knowledge?