aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/bad-expr-path.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-1/+1
| | | | This should be a snapshot transition.
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Small first step in expr_path. Call find_final_def just to detectRafael Ávila de Espíndola2011-01-251-0/+8
unresolved names. find_final_def is going to be extended to return the final expr.