Skip to content

wasm-bindgen-macro-support-0.2.47 fails to compile on travis #1656

Closed
@najamelan

Description

@najamelan

Describe the Bug

error[E0433]: failed to resolve: unresolved import
   --> /home/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-macro-support-0.2.47/src/parser.rs:277:9
    |
277 |         attrgen!(parsers);
    |         ^^^^^^^^^^^^^^^^^^
    |         |
    |         unresolved import
    |         help: a similar path exists: `syn::token`
    |         in this macro invocation
    |
    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

Steps to Reproduce

See: https://travis-ci.org/najamelan/async_runtime/builds/557296479

I can't reproduce this at home. The only difference I can see is that I'm on rustc 1.38.0-nightly (6e310f2ab 2019-07-07) where travis is on: rustc 1.38.0-nightly (cd2cd4c96 2019-07-10). My network isn't good enough here to update rust nightly.

Expected Behavior

compile wasm-bindgen-macro-support successfully.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions