You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// what should happenstructSyntaxHighlightingWorks{field:i32,}constMYCHARS:&'static [char] = &['"'];// what shouldn't happenstructSyntaxHighlightingBroken{field:i32,}
The second struct definition should be highlighted in the same way as the first struct definition is rather than behaving as an unclosed string literal.
Screenshot of the undesired behavior:
The text was updated successfully, but these errors were encountered:
To reproduce:
The second struct definition should be highlighted in the same way as the first struct definition is rather than behaving as an unclosed string literal.
Screenshot of the undesired behavior:
The text was updated successfully, but these errors were encountered: