This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
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
{
}
Reference in New Issue
Copy Permalink