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

Rust: keyword in missing from lexer #1778

Closed
QWERTZenjoyer opened this issue Jan 5, 2022 · 1 comment
Closed

Rust: keyword in missing from lexer #1778

QWERTZenjoyer opened this issue Jan 5, 2022 · 1 comment
Labels
bugfix-request A request for a bugfix to be developed.

Comments

@QWERTZenjoyer
Copy link

Name of the lexer
Rust

Code sample

for i in 0..10 {
    println!("{}", i);
}

Here, the keyword in is not recognized as such by the lexer.

@QWERTZenjoyer QWERTZenjoyer added the bugfix-request A request for a bugfix to be developed. label Jan 5, 2022
@tancnle
Copy link
Collaborator

tancnle commented Jan 18, 2022

@QWERTZenjoyer This issue should be resolved by #1649.

@tancnle tancnle closed this as completed Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix-request A request for a bugfix to be developed.
Projects
None yet
Development

No branches or pull requests

2 participants