]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.rs
Auto merge of #105603 - oli-obk:non_repeatable_queries, r=petrochenkov
[rust.git] / tests / ui / feature-gates / feature-gate-omit-gdb-pretty-printer-section.rs
1 #[omit_gdb_pretty_printer_section] //~ ERROR the `#[omit_gdb_pretty_printer_section]` attribute is
2 fn main() {}