We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686ed68 commit d1b0320Copy full SHA for d1b0320
crates/lexer/src/tokens/token.rs
@@ -241,7 +241,7 @@ impl TypeDefinition {
241
if buffer.get(
242
TryInto::<usize>::try_into(buffer.len() - 2).unwrap_or(buffer.len() - 1),
243
) == Some(&'\\')
244
- && buffer.last() == Some(&'"')
+ && buffer.last() == Some("e_type)
245
{
246
annotate_snippets::SourceAnnotation {
247
range: (
0 commit comments