Open pksunkara opened 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
views
render
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
andrender
macros. https://github.com/rust-lang/reference/issues/578