Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
invalid
/
invalid-debugger-visualizer-target.rs
blob: 1efb9555c242a5c5368e5b64ab3a704bf53bfd5c [
file
] [
log
] [
blame
]
#[
debugger_visualizer
(
natvis_file
=
"./foo.natvis.xml"
)]
//~ ERROR attribute should be applied to a module
fn
main
()
{}