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

[RFC] mbe: consider the _ in 2024 an expression #126697

Merged

Commits on Jul 31, 2024

  1. rustc_parser: consider the in 2024 an expression

    This commit is adding the possibility to parse the `_` as
    an expression inside the esition 2024.
    
    Link: https://rust-lang.zulipchat.com/#narrow/stream/404510-wg-macros/topic/supporting.20.60_.60.20expressions
    Co-authored-by: Eric Holk <[email protected]>
    Signed-off-by: Vincenzo Palazzo <[email protected]>
    vincenzopalazzo and eholk committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    276fa19 View commit details
    Browse the repository at this point in the history
  2. tests: add the _ as expr test for cargo fix

    Co-authored-by: Eric Holk <[email protected]>
    Signed-off-by: Vincenzo Palazzo <[email protected]>
    vincenzopalazzo and eholk committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6b731c2 View commit details
    Browse the repository at this point in the history
  3. tweak comment on NonterminalKind::Expr

    Co-authored-by: Eric Holk <[email protected]>
    compiler-errors and eholk authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    79ef91e View commit details
    Browse the repository at this point in the history