about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/coverage
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-ui/coverage')
-rw-r--r--src/test/rustdoc-ui/coverage/exotic.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/rustdoc-ui/coverage/exotic.rs b/src/test/rustdoc-ui/coverage/exotic.rs
index 281ce571aa0..18f2014d9e4 100644
--- a/src/test/rustdoc-ui/coverage/exotic.rs
+++ b/src/test/rustdoc-ui/coverage/exotic.rs
@@ -2,6 +2,7 @@
 // check-pass
 
 #![feature(doc_keyword)]
+#![feature(doc_primitive)]
 
 //! the features only used in std also have entries in the table, so make sure those get pulled out
 //! properly as well