Simon Bourne
Simon Bourne
This still isn't working as `LocatedSpan` is `Deref`, so `LocatedSpan` is `Deref` (note that target is an `&str`, not a `str`). As a workaround, I'm successfully using: ```rust let errors...
# Straw Man Plan ## `html_element!` I don't think there's much that would need to be added to `html_element!` to support declaring custom html elements. We just need a way...
> > @anp: you mentioned that html_element had some warts that you'd like to consider before making it public. I found issue #240. Was there anything else? > > Nothing...
Just chiming in as I've seen something similar when compiling for web assembly. Have you set the `target-cpu` somewhere (maybe `.cargo/config.toml` or via the `RUSTFLAGS` environment variable)? If you set...
That will be great, thanks. I didn't expect such a fast turnaround! Looking forward to seeing what you've got planned for conditionals.
Hi, have you had a chance to look at this? Thanks!