This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
b1d3364487eb647f2d7fcb412a260c960e38c73e
rust
/
src
/
test
/
compile-fail
/
bad-expr-path.rs
10 lines
103 B
Rust
Raw
Normal View
History
Unescape
Escape
Switch xfail system to use comments embedded in source files.
2011-03-25 12:19:20 -07:00
// xfail-boot
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 17:54:38 -05:00
// error-pattern: unresolved name: a
mod
m1
{
}
fn
main
(
vec
[
str
]
args
)
{
log
m1
.
a
;
}
Reference in New Issue
Copy Permalink