Add regression test for #109695

This commit is contained in:
Guillaume Gomez 2023-03-29 16:16:19 +02:00
parent 71ff7ef17c
commit cdc4fa4589

View File

@ -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)]