]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.rs
Rollup merge of #94449 - GuillaumeGomez:explanation-e0726, r=Urgau
[rust.git] / src / test / 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() {}