Skip to content
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

fails to compile with rust nightly on Windows (4/22) #95

Closed
fuchsnj opened this issue Apr 23, 2015 · 2 comments · Fixed by #96
Closed

fails to compile with rust nightly on Windows (4/22) #95

fuchsnj opened this issue Apr 23, 2015 · 2 comments · Fixed by #96

Comments

@fuchsnj
Copy link
Contributor

fuchsnj commented Apr 23, 2015

   Compiling url v0.2.30
C:\Users\nathan\.cargo\registry\src\github.com-1ecc6299db9ec823\url-0.2.30\src\lib.rs:999:33: 999:47 error: unresolved n
ame `percent_decode`
C:\Users\nathan\.cargo\registry\src\github.com-1ecc6299db9ec823\url-0.2.30\src\lib.rs:999         match String::from_utf
8(percent_decode(path_part.as_bytes())) {

  ^~~~~~~~~~~~~~
error: aborting due to previous error
...
Build failed, waiting for other jobs to finish...
Could not compile `url`.
rustc --version
rustc 1.0.0-nightly (2baf34825 2015-04-21) (built 2015-04-22)
@fuchsnj
Copy link
Contributor Author

fuchsnj commented Apr 23, 2015

looks like 54b97f1 is the problem

@SimonSapin
Copy link
Member

Thanks for the report! Unfortunately Windows is not available on Travis-CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants