summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/issue-109695-crate-doc-hidden.rs
blob: 7a3e53a0d32eb6c01d5174d83a34cb74774cbab5 (plain)
1
2
3
4
5
6
7
8
// This test ensures that even if the crate module is `#[doc(hidden)]`, the file
// is generated.

// @has 'foo/index.html'
// @has 'foo/all.html'

#![crate_name = "foo"]
#![doc(hidden)]