-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
lexer: Disallow some leading underscores in float exponents #137394
Conversation
@bors try |
lexer: Disallow some leading underscores in float exponents A second, scaled down, attempt at rust-lang#114567. cc rust-lang#111628 (comment)
☀️ Try build successful - checks-actions |
@craterbot check |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
There's one root regression in the crate I'll return to this proposal after trying to implement #111628 (comment) with the current lexical grammar. |
This is a questionable feature in Rust lexer and `simd-json` is the only known crate on crates.io that is using it. It's not being removed *yet*, but it would still be better to avoid using it. See rust-lang/rust#137394 and linked issues for more details.
This is a questionable feature in Rust lexer and `simd-json` is the only known crate on crates.io that is using it. It's not being removed *yet*, but it would still be better to avoid using it. See rust-lang/rust#137394 and linked issues for more details.
A second, scaled down, attempt at #114567.
cc #111628 (comment)