Skip to content

Collection of failing rust programs #814

@Stevengre

Description

@Stevengre
fn helper() {}

fn main() {
    // Function items are zero-sized; calling through a `fn()` slot exercises constant decoding.
    let f: fn() = helper;
    f();
}
#cast ( Aggregate ( variantIdx ( 0 ) , .List ) , castKindPointerCoercion ( pointerCoercionReifyFnPointer ) , ty ( 25 ) , ty ( 7 ) )

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions