You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Activity
est31 commentedon Mar 21, 2017
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 commentedon Mar 21, 2017
Mhh maybe this issue is related: rwf2/Rocket#235
SergioBenitez commentedon Mar 21, 2017
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 commentedon Mar 23, 2017
This is no longer relevant as the latest nightly/Rocket work well together.