Sign in
fuchsia
/
third_party
/
rust
/
780f95dd182b1a432159430add57e9ab7cb45dd6
/
.
/
tests
/
ui
/
non_modrs_mods
/
foors_mod.rs
blob: b215e5f09e93e621400b5d601bb9b948c6c092f6 [
file
] [
log
] [
blame
]
//@ run-pass
//
//@ ignore-test: not a test, used by non_modrs_mods.rs
pub
mod
inner_modrs_mod
;
pub
mod
inner_foors_mod
;
pub
mod
inline
{
#[
path
=
"somename.rs"
]
pub
mod
innie
;
}