about summary refs log tree commit diff
path: root/src/libsync/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsync/lib.rs')
-rw-r--r--src/libsync/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsync/lib.rs b/src/libsync/lib.rs
index bed90743503..c2744751ee5 100644
--- a/src/libsync/lib.rs
+++ b/src/libsync/lib.rs
@@ -29,6 +29,7 @@
 
 #![feature(phase, globs, macro_rules, unsafe_destructor)]
 #![feature(import_shadowing)]
+#![feature(issue_5723_bootstrap)]
 #![deny(missing_doc)]
 #![no_std]