Open
Description
// inner crate
pub struct S {
pub x: i32,
y: i32,
}
// outer crate
pub use inner::S;
Originally posted by @jyn514 in #91408 (comment)
// inner crate
pub struct S {
pub x: i32,
y: i32,
}
// outer crate
pub use inner::S;
Originally posted by @jyn514 in #91408 (comment)