index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
multi.rc
blob: 90f03ee99db6bc41ef22c51a3e489ed12cf13f9a (
plain
) (
blame
)
1
2
3
4
5
6
mod multi = "multi-src" { mod foo; // implicitly = "foo.rs" mod bar = "bar.rs"; }