debugger_visualizer: ICE when changing natvis with incremental #111227
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
F-debugger_visualizer
`#![feature(debugger_visualizer)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-debugging
Working group: Bad Rust debugging experiences
Code
foo.rs
:#![debugger_visualizer(natvis_file = "foo.xml")]
foo.xml
:rustc -Cincremental=incremental --crate-type=rlib foo.rs
foo.xml
, change the type name to "abcd".rustc -Cincremental=incremental --crate-type=rlib foo.rs
Meta
rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: