From: bors Date: Thu, 5 May 2022 12:26:38 +0000 (+0000) Subject: Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoerister X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=a7d6768e3b60209d4195c822ea3247482909b604;p=rust.git Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoerister Add a new Rust attribute to support embedding debugger visualizers Implemented [this RFC](https://github.com/rust-lang/rfcs/pull/3191) to add support for embedding debugger visualizers into a PDB. Added a new attribute `#[debugger_visualizer]` and updated the `CrateMetadata` to store debugger visualizers for crate dependencies. RFC: https://github.com/rust-lang/rfcs/pull/3191 --- a7d6768e3b60209d4195c822ea3247482909b604