mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-02 13:07:37 +00:00
12 lines
167 B
Rust
12 lines
167 B
Rust
![]() |
#[derive(Clone)]
|
||
|
pub struct Struct;
|
||
|
|
||
|
pub mod dep_outer1 {
|
||
|
/// [crate::Struct::clone]
|
||
|
pub mod inner {}
|
||
|
}
|
||
|
|
||
|
pub mod dep_outer2 {
|
||
|
//! [crate::Struct::clone]
|
||
|
}
|