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

Forbid bidirectional flow control characters in literals #5146

Merged
merged 2 commits into from
Sep 26, 2023

Commits on Sep 26, 2023

  1. Forbid bidirectional flow control characters in literals

    Forbid directional formatting characters from
    [UAX #9](https://www.unicode.org/reports/tr9/#Directional_Formatting_Characters)
    in literals to fix #5047.
    This is similar to rustc's `text_direction_codepoint_in_literal` lint.
    Such characters are already implicitly forbidden in other parts of the syntax.
    IGI-111 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    0f6e776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d7fe7a View commit details
    Browse the repository at this point in the history