futursolo / stylist-rs

A CSS-in-Rust styling solution for WebAssembly Applications
https://crates.io/crates/stylist
MIT License
370 stars 22 forks source link

Edition 2021 #45

Closed futursolo closed 2 years ago

futursolo commented 2 years ago

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

futursolo commented 2 years ago

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.