-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
ICE with library crate #4260
Copy link
Copy link
Closed
Labels
A-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binariesA-metadataArea: Crate metadataArea: Crate metadataI-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Milestone
Metadata
Metadata
Assignees
Labels
A-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binariesA-metadataArea: Crate metadataArea: Crate metadataI-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Type
Fields
Give feedbackNo fields configured for issues without a type.
Getting an ICE trying to use rparse with 0.5. Annoyingly it only happens when I actually use the rparse library: if I simply paste the relevant rparse code into my test case it compiles fine. Here is the test case. It assumes that you have rparse d5baebecf681870b4f06660968c15c7d823b3cfe available (rparse doesn't have any dependencies so it should be simple to build):