Closed
Description
Repro:
git clone https://github.com/servo/html5ever --depth 1 && \
cd html5ever/markup5ever && \
cargo_cf build
It seems to crash in write_to(&mut generated)
(grep it) when string cache string-cache calls AtomType::to_tokens
in the body of write_to
.
I don't know how to get the backtrace since it just aborts.
It works correctly with normal cargo.