blob: f0aba6a75c4cb3b407a263247e19aecb70dc118e [file] [log] [blame]
#![feature(debugger_visualizer)]
#[debugger_visualizer(natvis_file = "../foo.natvis")] //~ ERROR attribute should be applied to a module
fn main() {}