futursolo/stylist-rs

Edition 2021

futursolo opened this issue · 1 comments

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

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.

This is likely a permanent limitation that needs to be documented.