]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.rs
Rollup merge of #107306 - compiler-errors:correct-sugg-for-closure-arg-needs-borrow...
[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() {}