rust/src/test/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.rs
2018-12-25 21:08:33 -07:00

3 lines
112 B
Rust

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