Closed tromey closed 6 years ago
When using a type encoded using RUST$ENCODED$ENUM$, the variants will have incorrect names -- they are not fully qualified. This shows up during printing, at least one test is disabled due to this.
RUST$ENCODED$ENUM$
Fixed by https://github.com/tromey/lldb/commit/3aea13e4d96b17a4eedadd3f457107198df72c67
When using a type encoded using
RUST$ENCODED$ENUM$
, the variants will have incorrect names -- they are not fully qualified. This shows up during printing, at least one test is disabled due to this.