blob: 7a3e53a0d32eb6c01d5174d83a34cb74774cbab5 [file] [log] [blame]
// 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)]