Skip to content

markup5ever aborts in build.rs #1209

Closed
dtolnay/proc-macro2
#303
@emi2k01

Description

@emi2k01

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    upstreamCaused by a dependency

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions