]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc/blanket-reexport-item.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / rustdoc / blanket-reexport-item.rs
CommitLineData
b7449926 1#![crate_name = "foo"]
0531ce1d 2
2b03887a 3// @has foo/struct.S.html '//*[@id="impl-Into%3CU%3E-for-S"]//h3[@class="code-header"]' 'impl<T, U> Into<U> for T'
b7449926
XL
4pub struct S2 {}
5mod m {
6 pub struct S {}
54a0048b 7}
b7449926 8pub use m::*;