rust/tests/rustdoc/issue-109695-crate-doc-hidden.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
187 B
Rust
Raw Normal View History

2023-03-29 09:16:19 -05:00
// This test ensures that even if the crate module is `#[doc(hidden)]`, the file
// is generated.
//@ has 'foo/index.html'
//@ has 'foo/all.html'
2023-03-29 09:16:19 -05:00
#![crate_name = "foo"]
#![doc(hidden)]