Skip to content

Commit cdc4fa4

Browse files
Add regression test for rust-lang#109695
1 parent 71ff7ef commit cdc4fa4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// This test ensures that even if the crate module is `#[doc(hidden)]`, the file
2+
// is generated.
3+
4+
// @has 'foo/index.html'
5+
// @has 'foo/all.html'
6+
7+
#![crate_name = "foo"]
8+
#![doc(hidden)]

0 commit comments

Comments
 (0)