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

Fix weak keywords #1685

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix weak keywords #1685

wants to merge 3 commits into from

Commits on Nov 25, 2024

  1. Move weak keyword lexer section to the top

    I'm not sure why it ended up in the bottom. Normally we have these
    lexer/syntax sections towards the beginning of a section.
    ehuss committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c160ecf View commit details
    Browse the repository at this point in the history
  2. Add safe keyword to lexer list

    Somehow missed this in rust-lang#1536
    ehuss committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    fb9701c View commit details
    Browse the repository at this point in the history
  3. Add raw weak keyword

    This was missed in rust-lang#1567
    ehuss committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    1dd1c64 View commit details
    Browse the repository at this point in the history