Create rustdoc_internals feature gate

This commit is contained in:
Guillaume Gomez 2021-10-30 17:44:50 +02:00
parent e8423e6c44
commit 1e6ced3532
17 changed files with 30 additions and 36 deletions

View file

@ -1,8 +1,7 @@
// compile-flags:-Z unstable-options --show-coverage
// check-pass
#![feature(doc_keyword)]
#![feature(doc_primitive)]
#![feature(rustdoc_internals)]
//! the features only used in std also have entries in the table, so make sure those get pulled out
//! properly as well