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
b5f9053423
rust
/
src
/
test
/
compile-fail
/
bad-expr-path.rs
6 lines
87 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
Reformat for new syntax
2011-07-27 07:19:39 -05:00
mod
m1
{
}
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
Convert main functions to istrs. Issue #855
2011-08-31 23:42:05 -05:00
fn
main
(
args
:
[
istr
]
)
{
log
m1
::
a
;
}
Reference in New Issue
Copy Permalink