servo / rust-url

URL parser for Rust
https://docs.rs/url/
Apache License 2.0
1.27k stars 318 forks source link

add `description` method to `ParseError` #802

Open samuelcolvin opened 1 year ago

samuelcolvin commented 1 year ago

fix #801

samuelcolvin commented 1 year ago

See https://github.com/pydantic/pydantic-core/pull/324 and in particular here where I'd like to use the static str, rather than a String.

samuelcolvin commented 1 year ago

Hi, the linting failures are not related to this PR, would you like me to fix them here?

valenting commented 1 year ago

Could you rebase your patch so we can pick up the latest changes?

bors-servo commented 1 year ago

:umbrella: The latest upstream changes (presumably #839) made this pull request unmergeable. Please resolve the merge conflicts.