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
/
path.rs
blob: 6b06e727ba04dbc530563c45c1091ffbc2dbbd7e (
plain
) (
blame
)
1
2
3
4
5
6
7
8
mod
foo
{
fn
bar
(
uint
offset
)
{
}
}
fn
main
(
vec
[
str
]
args
)
{
foo
::
bar
(
0
u
);
}