diff options
Diffstat (limited to 'src/test/run-make/rustdoc-default-impl/foo.rs')
| -rw-r--r-- | src/test/run-make/rustdoc-default-impl/foo.rs | 2 |
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..c2531bf4586 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(core)] + pub mod bar { use std::marker; |
