Simon Bourne

Results 4 comments of 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...