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
63210ecddb
rust
/
src
/
test
/
compile-fail
/
import3.rs
5 lines
99 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement module namespaces Module names no longer clash with type and value names. The tokenizer/parser still needs to be taught to be more careful in identifying keywords, so that we can use 'str' and 'vec' and so as module names.
2011-05-13 09:46:20 -05:00
// error-pattern: unresolved modulename
Downcase std modules again, move to :: for module dereferencing This should be a snapshot transition.
2011-05-12 10:24:54 -05:00
import
main
::
bar
;
Produce better errors for invalid imports.
2011-01-12 14:03:00 -06:00
Register snapshots and switch logging over to use of log_full or #error / #debug.
2011-12-22 16:42:52 -06:00
fn
main
(
args
:
[
str
]
)
{
#
debug
(
"
foo
"
)
;
}
Reference in New Issue
Copy Permalink