1
Fork 0

stabilize debugger visualizer attribute

This commit is contained in:
Gibby Free 2023-03-01 18:56:29 -08:00
parent 0b4ba4cf0e
commit 05c1e6b1db
9 changed files with 12 additions and 27 deletions

View file

@ -1,4 +1,4 @@
#![feature(debugger_visualizer)]
#![cfg_attr(bootstrap, feature(debugger_visualizer))]
#[debugger_visualizer(natvis_file = "../foo.natvis")] //~ ERROR attribute should be applied to a module
fn main() {}