rust/tests/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
112 B
Rust
Raw Normal View History

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