mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 18:57:19 +00:00
5 lines
172 B
Rust
5 lines
172 B
Rust
#![cfg_attr(bootstrap, feature(debugger_visualizer))]
|
|
|
|
#[debugger_visualizer(natvis_file = "../foo.natvis")] //~ ERROR attribute should be applied to a module
|
|
fn main() {}
|