summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.rs
blob: 66bf7973832ec842912b5c70dc5d171a55929349 (plain)
1
2
#[omit_gdb_pretty_printer_section] //~ ERROR the `#[omit_gdb_pretty_printer_section]` attribute is
fn main() {}