-
Notifications
You must be signed in to change notification settings - Fork 358
Description
techn0@IO ~/source/wgsl-analyzer dependabot/cargo/url-2.5.5 cargo build
Compiling url v2.5.5
error[E0425]: cannot find function domain_to_ascii_from_cow
in crate idna
--> /home/techn0/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.5/src/host.rs:109:28
|
109 | let domain = idna::domain_to_ascii_from_cow(domain, idna::AsciiDenyList::URL)?;
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: domain_to_ascii_cow
|
::: /home/techn0/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs:105:1
|
105 | / pub fn domain_to_ascii_cow(
106 | | domain: &[u8],
107 | | ascii_deny_list: AsciiDenyList,
108 | | ) -> Result<Cow<', str>, Errors> {
| |________________________________- similarly named function domain_to_ascii_cow
defined here