This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
ab6e2bc3d0
rust
/
tests
/
rustdoc
/
inline_cross
/
auxiliary
/
cross-glob.rs
8 lines
92 B
Rust
Raw
Normal View
History
Unescape
Escape
process cross-crate glob re-exports
2018-06-15 18:16:43 -05:00
#![
crate_name =
"
inner
"
]
pub
struct
SomeStruct
;
pub
fn
some_fn
(
)
{
}
rustdoc: Fix glob import inlining Filter away names that are not actually imported by the glob, e.g. because they are shadowed by something else
2023-01-16 01:31:21 +04:00
pub
enum
Shadowed
{
}
Copy permalink