rust-lang / lldb

No longer used, use https://github.com/rust-lang/llvm-project instead
Other
14 stars 6 forks source link

Enum variants have wrong names with encoded prefix #7

Closed tromey closed 6 years ago

tromey commented 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.

tromey commented 6 years ago

Fixed by https://github.com/tromey/lldb/commit/3aea13e4d96b17a4eedadd3f457107198df72c67