Skip to content

Correctly handle macro invocations in closures #16

@alecmocatta

Description

@alecmocatta

Currently this crate doesn't necessarily correctly handle macro invocations that expand to code that includes captured variables.

Doing this correctly requires eagerly evaluating macro invocations, see rust-lang/rfcs#2320

Currently this crate assumes macro arguments are comma-separated expressions, emitting a warning if that doesn't hold.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions