]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-46767.rs
Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into sync_cg_clif-2020-12-27
[rust.git] / src / test / 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'