mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Add regression test for #109695
This commit is contained in:
@@ -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)]
|
||||
Reference in New Issue
Block a user