about summary refs log tree commit diff
path: root/src/libdebug/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdebug/lib.rs')
-rw-r--r--src/libdebug/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libdebug/lib.rs b/src/libdebug/lib.rs
index 6341a380563..cc97eeffe7a 100644
--- a/src/libdebug/lib.rs
+++ b/src/libdebug/lib.rs
@@ -25,7 +25,7 @@
        html_favicon_url = "http://www.rust-lang.org/favicon.ico",
        html_root_url = "http://doc.rust-lang.org/master/")]
 #![experimental]
-#![feature(managed_boxes, macro_rules)]
+#![feature(managed_boxes, macro_rules, issue_5723_bootstrap)]
 #![allow(experimental)]
 
 pub mod fmt;