Skip to content

glue_free crash #1899

@jruderman

Description

@jruderman

This crashes in glue_free:

fn main()
{
    let _b = [bind (fn~() { })()];
}

If I use fn@ instead of fn~, or if I add a bound argument, I get different crashes.

Metadata

Metadata

Assignees

Labels

A-codegenArea: Code generationI-crashIssue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions