-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error : cannot resolve `std::borrow::Cow<'_, str>: std::borrow::Borrow<_> #643
Comments
I get this at |
my temporary solution is to downgrade: rustup toolchain install nightly-2018-05-17
rustup default nightly-2018-05-17 |
Looks like something has changed with type inference, but I can't tell what. Changing https://github.com/SergioBenitez/Rocket/blob/v0.3/lib/src/http/header.rs#L544 from EDIT: hypothetical reason for the error -- |
is this resolved ? |
Not yet #644 isn't merged yet |
did downgrading worked for anyone ? |
Downgrading fixed the problem Try this: |
Fixed in ff5db84. Will push a new release with this fix soon. Edit: Released in v0.3.11. |
rocket version : 0.3.10
rustc version : 1.28.0-nightly
i am getting started into rocket .
i have installation as in docs and downloaded examples from git .
when i entered cargo run .
i see
The text was updated successfully, but these errors were encountered: