]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.stderr
parser will not give wrong help message for 'public'
[rust.git] / src / test / ui / feature-gates / feature-gate-omit-gdb-pretty-printer-section.stderr
1 error[E0658]: the `#[omit_gdb_pretty_printer_section]` attribute is just used for the Rust test suite
2   --> $DIR/feature-gate-omit-gdb-pretty-printer-section.rs:1:1
3    |
4 LL | #[omit_gdb_pretty_printer_section]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = help: add `#![feature(omit_gdb_pretty_printer_section)]` to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0658`.