Skip to content

2.5.5 fails to compile #1066

@BenjaminBrienen

Description

@BenjaminBrienen

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

See wgsl-analyzer/wgsl-analyzer#500

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions