Closed johnhuichen closed 2 months ago
rustfmt is pinned to a specific version of the nightly compiler. In this case rolling back to a earlier version worked, but that won't always be the case. This isn't really an issue with rustfmt so I'm going to close.
The version specified in
rust-toolchain
filecauses codelldb to show string as
error: invalid value object
.Here is a recent discussion on Reddit about the same issue:
https://www.reddit.com/r/rust/comments/1f28akn/invalid_value_for_elements_in_vec_when_viewed_in/
After I changed it to
Debugger worked fine