mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 18:09:22 +00:00
8 lines
184 B
Rust
8 lines
184 B
Rust
//@ aux-build:trait-vis.rs
|
|
|
|
extern crate inner;
|
|
|
|
//@ has trait_vis/struct.SomeStruct.html
|
|
//@ has - '//h3[@class="code-header"]' 'impl Clone for SomeStruct'
|
|
pub use inner::SomeStruct;
|