rust/tests/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.rs
2023-01-11 09:32:08 +00:00

3 lines
112 B
Rust

#[omit_gdb_pretty_printer_section] //~ ERROR the `#[omit_gdb_pretty_printer_section]` attribute is
fn main() {}