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: raw identifiers are marked as errors. #239

Closed
Ekopalypse opened this issue Apr 14, 2024 · 1 comment
Closed

Rust: raw identifiers are marked as errors. #239

Ekopalypse opened this issue Apr 14, 2024 · 1 comment
Labels
committed Issue fixed in repository but not in release rust Caused by the rust lexer

Comments

@Ekopalypse
Copy link
Contributor

fn main() {
    let r#true = false;
    println!("{}", r#true);
}

image

@nyamatongwe nyamatongwe added the rust Caused by the rust lexer label Apr 14, 2024
@nyamatongwe
Copy link
Member

@nyamatongwe nyamatongwe added the committed Issue fixed in repository but not in release label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
committed Issue fixed in repository but not in release rust Caused by the rust lexer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants