Sign in
fuchsia
/
third_party
/
rust
/
8ae423e5e8db47b8233ad657b8d84247f94de179
/
.
/
tests
/
rustdoc-html
/
inline_cross
/
auxiliary
/
renamed-via-module.rs
blob: 2e529078239b0fb051060ad33b67924eaf86cda7 [
file
]
#![
crate_name
=
"foo"
]
pub
mod
iter
{
mod
range
{
pub
struct
StepBy
;
}
pub
use
self
::
range
::
StepBy
as
DeprecatedStepBy
;
pub
struct
StepBy
;
}