Skip to content
  • Alec Theriault's avatar
    Lexer: turn some fatal errors into non-fatal ones · f37efb11
    Alec Theriault authored and Marge Bot's avatar Marge Bot committed
    The following previously fatal lexer errors are now non-fatal:
    
      * errors about enabling `LambdaCase`
      * errors about enabling `NumericUnderscores`
      * errors about having valid characters in primitive strings
    
    See #16270
    f37efb11