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
/
compile-fail
/
import3.rs
5 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Revert "rustc: Switch to the new resolution pass" This reverts commit c4af6e92fbae171c56a4e68666025725555fc9d8. Branch was burning...many, many unresolved imports.
2012-07-06 20:45:06 -07:00
// error-pattern: unresolved modulename
Downcase std modules again, move to :: for module dereferencing This should be a snapshot transition.
2011-05-12 17:24:54 +02:00
import
main
::
bar
;
Produce better errors for invalid imports.
2011-01-12 15:03:00 -05:00
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
2012-06-29 16:26:56 -07:00
fn
main
(
args
:
~
[
str
]
)
{
#
debug
(
"
foo
"
)
;
}
Reference in New Issue
Copy Permalink