Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#60687 - MaulingMonkey:pr-fix-natvis-files, …
…r=alexcrichton Fix .natvis visualizers. ### Updated to handle these changes: - `core::ptr::*` lost their `__0` elements and are just plain pointers - `core::ptr::*` probably shouldn't dereference in `DisplayString` s - `VecDeque` probably *should* dereference it's buf pointer to display individual items. - `VecDeque` and `Vec` use `core::ptr::*` s - `VecDeque` and `LinkedList` moved modules again. ### Retested - still working fine, left alone: - `String`, `&str`, `Option` ### Side Chatter - Props to Alex for pointing out this was broken in the `#ides-and-editors` Discord channel - It'd be nice if there was a sane way to automate unit testing these visualizers. (I assume COM automation of Visual Studio would be a no go on the build servers, and probably really incredibly painful to write too! Suggestions welcome...)
- Loading branch information