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
2
Packages
Projects
Releases
Wiki
Activity
Files
e6baf44f1982d1a5e49cc4a0b5eaeb857418e35e
rust
/
src
/
test
/
compile-fail
/
bad-expr-path.rs
6 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Be less specific in 'unresolved import' error patterns To make sure different test set-ups (check-fast) don't cause the tests to fail.
2011-12-02 17:20:03 +01:00
// error-pattern: unresolved name: 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 17:54:38 -05:00
Reformat for new syntax
2011-07-27 14:19:39 +02: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 17:54:38 -05:00
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
2012-06-25 20:00:46 -07:00
fn
main
(
args
:
[
str
]
/
~
)
{
log
(
debug
,
m1
::
a
)
;
}
Reference in New Issue
Copy Permalink