mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
4 lines
144 B
Rust
4 lines
144 B
Rust
#[debugger_visualizer(natvis_file = "./foo.natvis.xml")]
|
|
//~^ ERROR `#[debugger_visualizer]` attribute cannot be used on functions
|
|
fn main() {}
|