Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Thread GeneratorKind through to symbol mangling #104333

Closed
wants to merge 1 commit into from

Commits on Nov 12, 2022

  1. Thread GeneratorKind through to symbol mangling

    The current symbol mangling (legacy and v0) do not differentiate between
    closures and async fns / blocks, which is suboptimal when looking at
    debuginfo or stack traces.
    
    This lays the groundwork to eventually add these special kinds of
    closures to the mangling scheme.
    Swatinem committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    ef788bc View commit details
    Browse the repository at this point in the history