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
0e3ee39c41
rust
/
src
/
test
/
compile-fail
/
bad-expr-path.rs
9 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
Small first step in expr_path. Call find_final_def just to detect unresolved names. find_final_def is going to be extended to return the final expr.
2011-01-25 16:54:38 -06:00
// error-pattern: unresolved name: a
mod
m1
{
}
fn
main
(
vec
[
str
]
args
)
{
Downcase std modules again, move to :: for module dereferencing This should be a snapshot transition.
2011-05-12 10:24:54 -05:00
log
m1
::
a
;
Small first step in expr_path. Call find_final_def just to detect unresolved names. find_final_def is going to be extended to return the final expr.
2011-01-25 16:54:38 -06:00
}
Reference in New Issue
Copy Permalink