about summary refs log tree commit diff
path: root/src/test/debuginfo/method-on-generic-struct.rs
diff options
context:
space:
mode:
authorAndrew Paseltiner <apaseltiner@gmail.com>2015-09-19 16:33:47 -0400
committerAndrew Paseltiner <apaseltiner@gmail.com>2015-09-19 19:39:25 -0400
commit6fa0ff25bdc5aa5aae00dbe7c1cafc927b6806b6 (patch)
treef4d5966e49d580d53f5e89346a59368165afc672 /src/test/debuginfo/method-on-generic-struct.rs
parent783c3fcc1ec19a804a63334d1945301fe89c52f6 (diff)
downloadrust-6fa0ff25bdc5aa5aae00dbe7c1cafc927b6806b6.tar.gz
rust-6fa0ff25bdc5aa5aae00dbe7c1cafc927b6806b6.zip
Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]`
Closes #28091.
Diffstat (limited to 'src/test/debuginfo/method-on-generic-struct.rs')
-rw-r--r--src/test/debuginfo/method-on-generic-struct.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/debuginfo/method-on-generic-struct.rs b/src/test/debuginfo/method-on-generic-struct.rs
index f76f8c8cad2..5b697f859d4 100644
--- a/src/test/debuginfo/method-on-generic-struct.rs
+++ b/src/test/debuginfo/method-on-generic-struct.rs
@@ -113,6 +113,7 @@
 
 
 #![feature(box_syntax)]
+#![feature(omit_gdb_pretty_printer_section)]
 #![omit_gdb_pretty_printer_section]
 
 #[derive(Copy, Clone)]