Skip to content

Building rocket-codegen 0.2.2 fails on latest nightly (2017-03-21) #40695

Closed
@Jaspi10

Description

@Jaspi10

Could successfully build it on 2017-03-19, but also does not work an 03-20.

Log from cargo run --verbose:

cargo run --verbose .txt

Activity

est31

est31 commented on Mar 21, 2017

@est31
Member

I think this is rather an issue with Rocket, as it relies on unstable features, and judging from the error an API just changed, which is normal with unstable features.

Instead you should try filing an issue on the tracker of Rocket: https://github.com/SergioBenitez/Rocket/issues

cc @SergioBenitez

est31

est31 commented on Mar 21, 2017

@est31
Member

Mhh maybe this issue is related: rwf2/Rocket#235

SergioBenitez

SergioBenitez commented on Mar 21, 2017

@SergioBenitez
Contributor

There's a bug (#40663, fixed in unmerged #40664) in the latest nightly preventing a meaningful fix for this. See rwf2/Rocket#235 (comment) for more details.

SergioBenitez

SergioBenitez commented on Mar 23, 2017

@SergioBenitez
Contributor

This is no longer relevant as the latest nightly/Rocket work well together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @sfackler@SergioBenitez@Jaspi10@est31

        Issue actions

          Building rocket-codegen 0.2.2 fails on latest nightly (2017-03-21) · Issue #40695 · rust-lang/rust