Open
Description
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
Labels
No labels