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

generate: use token groups for delimited token streams #864

Merged
merged 3 commits into from
Oct 11, 2024

Commits on Oct 10, 2024

  1. generate: use groups for delimited tokens

    Uses `proc_macro2::Group` for token streams delimited with braces.
    
    Resolves: rust-embedded#863
    
    Authored-by: rmsyn <[email protected]>
    Co-authored-by: Jan Niehusmann <[email protected]>
    rmsyn and jannic committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f5bd09f View commit details
    Browse the repository at this point in the history
  2. Run espressif tests on nightly-2024-09-25

    Workaround for incompatibility of latest nightly with `asm!` in naked functions.
    jannic authored and rmsyn committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    06c9751 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    jannic authored and rmsyn committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    fc33880 View commit details
    Browse the repository at this point in the history