]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-46767.rs
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / rustdoc / issue-46767.rs
1 #![crate_name = "foo"]
2
3 mod private {
4     pub enum Enum{Variant}
5 }
6 pub use self::private::Enum::*;
7
8 // @!has-dir foo/private
9 // @!has foo/index.html '//a/@href' 'private/index.html'