about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlavio Percoco <flaper87@gmail.com>2015-03-20 16:45:57 +0100
committerFlavio Percoco <flaper87@gmail.com>2015-03-20 16:48:15 +0100
commit04d57729fcf058026d35acdd65fd5539166d838f (patch)
tree2ad8af2ffb6b179d49769695a5467b23193831a3
parent38dbcb2e3718eab4bac9f5a3ec8226d7ee4f40a7 (diff)
downloadrust-04d57729fcf058026d35acdd65fd5539166d838f.tar.gz
rust-04d57729fcf058026d35acdd65fd5539166d838f.zip
fix fallout
-rw-r--r--src/test/run-make/rustdoc-default-impl/foo.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-make/rustdoc-default-impl/foo.rs b/src/test/run-make/rustdoc-default-impl/foo.rs
index 08f3bd10e74..4c30c7b22a6 100644
--- a/src/test/run-make/rustdoc-default-impl/foo.rs
+++ b/src/test/run-make/rustdoc-default-impl/foo.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![feature(optin_builtin_traits)]
+
 pub mod bar {
     use std::marker;