pksunkara / reign

Opinionated Isomorphic Web Framework in Rust
https://reign.rs
Apache License 2.0
5 stars 3 forks source link

Macro expansion order shouldn't rely on being defined #1

Open pksunkara opened 4 years ago

pksunkara commented 4 years ago

Currently, we rely on macro expansion order being the same order as the macros are used. If it changes, then we need to rewrite the views and render macros. https://github.com/rust-lang/reference/issues/578