-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binariesE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Milestone
Description
rust: upcall fail 'lookup_item: id not found: 52136', /home/bblum/rust/src/rustc/metadata/decoder.rs:96
error: internal compiler error: unexpected failure
Code that worked fine looked like:
unsafe fn ... {
unsafe fn ... { ... }
...map {|...|
...
}
}
Code that produced the crash:
unsafe fn ... {
...map {|...|
unsafe fn ... { ... }
...
}
}
Didn't bother testing without the 'unsafe's.
Metadata
Metadata
Assignees
Labels
A-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binariesE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.