-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
ICE: encode_symbol: id not found #3588
Copy link
Copy link
Closed
Labels
A-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-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.
While trying to combine the
ReaderUtiliface inio.rswith the traitless impl onReaderUtil, I've been running into an ICE. I've reduced the test case down to the following:It seems to be the nested
chars_from_bytesthat's causing problems...