This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-30 20:17:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
31ae7c46bd
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 23:16:43 +00: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 21:31:21 +00:00
pub
enum
Shadowed
{
}
Reference in New Issue
Copy Permalink