Skip to content

rustc crash with upcall fail "option none" #1305

@erickt

Description

@erickt

I'm getting this exception:

rust: upcall fail 'option none', ../src/libcore/option.rs:34
rust: domain main @0x102029600 root task failed

With this reduced (and invalid) code:

use std;
import std::str;

obj a() {
    fn b() {
        c({ |d| });
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions