This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
737b461555
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-15 15:31:21 -06:00
pub
enum
Shadowed
{
}
Reference in New Issue
Copy Permalink