Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
run-pass
/
multi.rc
blob: 61c81030bbabf5d846e0d114c04b8035d2c1a55e [
file
] [
log
] [
blame
]
#[
path
=
"multi-src"
]
mod
multi
{
#[
legacy_exports
];
// implicitly #[path = "foo.rs"]
#[
legacy_exports
]
mod
foo
;
#[
path
=
"bar.rs"
]
#[
legacy_exports
]
mod
bar
;
}