We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling url v0.1.0 (https://github.com/servo/rust-url#275c4a8e) /home/robin/.cargo/git/checkouts/rust-url-1e22af4233079a1e/master/src/lib.rs:474:27: 474:28 error: private type in exported type parameter bound /home/robin/.cargo/git/checkouts/rust-url-1e22af4233079a1e/master/src/lib.rs:474 pub fn from_file_path<T: ToUrlPath>(path: &T) -> Result<Url, ()> { ^ /home/robin/.cargo/git/checkouts/rust-url-1e22af4233079a1e/master/src/lib.rs:496:32: 496:33 error: private type in exported type parameter bound /home/robin/.cargo/git/checkouts/rust-url-1e22af4233079a1e/master/src/lib.rs:496 pub fn from_directory_path<T: ToUrlPath>(path: &T) -> Result<Url, ()> { ^ /home/robin/.cargo/git/checkouts/rust-url-1e22af4233079a1e/master/src/lib.rs:541:25: 541:26 error: private type in exported type parameter bound /home/robin/.cargo/git/checkouts/rust-url-1e22af4233079a1e/master/src/lib.rs:541 pub fn to_file_path<T: FromUrlPath>(&self) -> Result<T, ()> { ^ /home/robin/.cargo/git/checkouts/rust-url-1e22af4233079a1e/master/src/lib.rs:836:25: 836:26 error: private type in exported type parameter bound /home/robin/.cargo/git/checkouts/rust-url-1e22af4233079a1e/master/src/lib.rs:836 pub fn to_file_path<T: FromUrlPath>(&self) -> Result<T, ()> {
The text was updated successfully, but these errors were encountered:
That should be fixed in 29f70a47230c2aa736e263977247c786e0b2c243, probably need to run cargo update url.
29f70a47230c2aa736e263977247c786e0b2c243
cargo update url
Sorry, something went wrong.
Whoops sorry 😁
No branches or pull requests
The text was updated successfully, but these errors were encountered: