ICE and memory leak with recursive impls across libraries #2258
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
A-linkage
Area: linking into static, shared libraries and binaries
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Milestone
Here's an example of the reduced bug: https://gist.github.com/2426493. When
a.rs
is compiled as a library then linked intob.rs
, I get the following error:I don't get this error if both of these files are merged, so I'm guessing it has something to do with the crate metadata.
The text was updated successfully, but these errors were encountered: