rustc/tests/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.rs
2023-08-02 10:33:26 +02:00

3 lines
112 B
Rust

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