rust/tests/rustdoc/crate-doc-hidden-109695.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
238 B
Rust
Raw Permalink Normal View History

2023-03-29 09:16:19 -05:00
// This test ensures that even if the crate module is `#[doc(hidden)]`, the file
// is generated.
2024-09-12 15:38:24 -05:00
// https://github.com/rust-lang/rust/issues/109695
2023-03-29 09:16:19 -05:00
//@ has 'foo/index.html'
//@ has 'foo/all.html'
2023-03-29 09:16:19 -05:00
#![crate_name = "foo"]
#![doc(hidden)]