This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
test
/
run-pass
/
path.rs
9 lines
86 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix expressions with paths with more than one element.
2011-02-07 14:57:34 -05:00
mod
foo
{
fn
bar
(
uint
offset
)
{
}
}
fn
main
(
vec
[
str
]
args
)
{
Downcase std modules again, move to :: for module dereferencing This should be a snapshot transition.
2011-05-12 17:24:54 +02:00
foo
::
bar
(
0
u
)
;
Fix expressions with paths with more than one element.
2011-02-07 14:57:34 -05:00
}
Reference in New Issue
Copy Permalink