Skip to content

Commit

Permalink
Add regression test for #109695
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Mar 29, 2023
1 parent 71ff7ef commit cdc4fa4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/rustdoc/issue-109695-crate-doc-hidden.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,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)]

0 comments on commit cdc4fa4

Please sign in to comment.