diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2021-07-10 22:06:10 -0400 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2021-08-16 05:41:16 +0000 |
| commit | 03df65497e51c8a69e16ab8d4bc7a7d1b3d471dc (patch) | |
| tree | d17b558ebfac6cca775ca5bac84b8b15d7671ec8 /src/test/rustdoc-ui/coverage/exotic.rs | |
| parent | 2bd17c1d43bba43412cc2f051323a279d6751e43 (diff) | |
| download | rust-03df65497e51c8a69e16ab8d4bc7a7d1b3d471dc.tar.gz rust-03df65497e51c8a69e16ab8d4bc7a7d1b3d471dc.zip | |
feature gate doc(primitive)
Diffstat (limited to 'src/test/rustdoc-ui/coverage/exotic.rs')
| -rw-r--r-- | src/test/rustdoc-ui/coverage/exotic.rs | 1 |
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 |
