rust/src/etc/natvis
MaulingMonkey 7c55b48d31 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` and `Vec` use `core::ptr::*` s
  - `VecDeque` and `LinkedList` moved modules again.

Retested - still working fine, left alone:
  - `String`, `&str`, `Option`
2019-05-09 16:15:43 -07:00
..
intrinsic.natvis *.natvis: Use s8 postfixes to correctly interpret rust strings as UTF-8. 2017-07-21 03:39:56 -07:00
liballoc.natvis Fix .natvis visualizers. 2019-05-09 16:15:43 -07:00
libcore.natvis Fix .natvis visualizers. 2019-05-09 16:15:43 -07:00