ICE with exporting a type and impl from a crate #2414
Labels
A-linkage
Area: linking into static, shared libraries and binaries
A-type-system
Area: Type system
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Milestone
Here's the test case. First file
a.rs
is:Second
b.rs
is:This errors out with:
Other than the metadata, if anything else is removed the program compiles fine.
The text was updated successfully, but these errors were encountered: