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](https://github.com/servo/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.