debugger_visualizer: files not tracked in dep-info #111226
Labels
C-bug
Category: This is a bug.
F-debugger_visualizer
`#![feature(debugger_visualizer)]`
WG-debugging
Working group: Bad Rust debugging experiences
I tried this code:
#![debugger_visualizer(natvis_file = "foo.xml")]
along with a file named
foo.xml
in the same directory.Compile this with cargo. Modify
foo.xml
. Try running a build again.I expected to see this happen: Cargo rebuilds the project.
Instead, this happened: Nothing happens
The problem is that the debugger_visualizer file does not get added to the dep-info file.
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: