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

[Rust] Support macro repetitions inside structs #3912

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 28, 2024

  1. [Rust] Support macro repetitions inside structs

    This only addresses a specific case of macro repetitions inside the
    struct body and similar changes to other statements with body blocks
    are likely also necessary, but I'm keeping the change to a limited in
    order to observe its effects first. Further reports of such issues can
    be handled analogously.
    FichteFoll committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    6922860 View commit details
    Browse the repository at this point in the history
  2. [Rust] Fix symbol test file

    `const` and function definitions are not valid inside structs. `impl`
    was probably meant here.
    FichteFoll committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a24761f View commit details
    Browse the repository at this point in the history