We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 Edition 2021 is around the corner.
This issue aims to upgrade stylist to Edition 2021 when it reaches stable Rust.
https://blog.rust-lang.org/2021/05/11/edition-2021.html
The text was updated successfully, but these errors were encountered:
https://doc.rust-lang.org/edition-guide/rust-2021/reserving-syntax.html
For inline syntax, selectors like some-element#some-id is not possible even after #41 is solved via proc_macro_span.
some-element#some-id
proc_macro_span
This is likely a permanent limitation that needs to be documented.
Sorry, something went wrong.
No branches or pull requests
Rust Edition 2021 is around the corner.
This issue aims to upgrade stylist to Edition 2021 when it reaches stable Rust.
https://blog.rust-lang.org/2021/05/11/edition-2021.html
The text was updated successfully, but these errors were encountered: