fix(rust): rust types load in lldb#1359
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
Recently codelldb dropped support for rust types to be passed to LLDB. This is okay as the rust toolchain supports feature of loading rust types into lldb. Reference: mrcjkb/rustaceanvim#552 (comment)
dd59dba to
86f6887
Compare
📑 Description
Added a
rustaceanvimopt (load_rust_types) to make sure rust types are loaded into lldb.Recently codelldb dropped support for rust types to be passed to LLDB. This is okay as the rust toolchain supports feature of loading rust types into lldb.
ℹ Additional Information
Tested on ubuntu and MacOS.
Before:

After:

Reference: mrcjkb/rustaceanvim#552 (comment)