summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.stderr')
-rw-r--r--src/test/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.stderr11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.stderr b/src/test/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.stderr
new file mode 100644
index 000000000..a5ec3599f
--- /dev/null
+++ b/src/test/ui/feature-gates/feature-gate-omit-gdb-pretty-printer-section.stderr
@@ -0,0 +1,11 @@
+error[E0658]: the `#[omit_gdb_pretty_printer_section]` attribute is just used for the Rust test suite
+ --> $DIR/feature-gate-omit-gdb-pretty-printer-section.rs:1:1
+ |
+LL | #[omit_gdb_pretty_printer_section]
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+ |
+ = help: add `#![feature(omit_gdb_pretty_printer_section)]` to the crate attributes to enable
+
+error: aborting due to previous error
+
+For more information about this error, try `rustc --explain E0658`.