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

Re-implement concat_idents! in libmacros #826

Merged
merged 1 commit into from
Jul 12, 2022

Commits on Jul 10, 2022

  1. Re-implement concat_idents! in libmacros

    This removes an unstable feature used by kernel modules. The new proc
    macro also has different behavior with respect to macro hygiene. Unlike
    the unstable concat_idents! macro it for example allows referring to
    local variables by taking the span of the second macro as span for the
    output identifier.
    
    Signed-off-by: Björn Roy Baron <[email protected]>
    bjorn3 committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    8758b75 View commit details
    Browse the repository at this point in the history