Skip to content

Feature debugger_visualizer fails to compile #1039

Open
@lzybkr

Description

@lzybkr

With the following in my cargo.toml file:

url = { version = "2.5.4", features = ["debugger_visualizer"] }

I get the following error building with Rust 1.85.

   Compiling url v2.5.4
error: couldn't read D:\packages\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\url-2.5.4\src\../../debug_metadata/url.natvis: The system cannot find the path specified. (os error 3)
   --> D:\packages\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\url-2.5.4\src\lib.rs:149:25
    |
149 |     debugger_visualizer(natvis_file = "../../debug_metadata/url.natvis")
    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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