about summary refs log tree commit diff
path: root/src/test/compile-fail/vector-no-ann.rs
AgeCommit message (Collapse)AuthorLines
2011-08-20ReformatBrian Anderson-1/+1
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-07-27Reformat for new syntaxMarijn Haverbeke-3/+1
2011-06-14Remove some unnecessary xfailsTim Chevalier-2/+0
2011-06-07rustc: Print out a real error message on unresolved types. Puts out burning ↵Patrick Walton-1/+1
tinderbox.
2011-05-23Un-XFAIL vector-no-annTim Chevalier-5/+1
and update it to reflect the new friendly error message
2011-05-19xfail vector-no-ann.rs.Graydon Hoare-0/+5
2011-05-19Make trans use span_err for the dreaded "ty_var in trans::type_of" errorTim Chevalier-0/+5
This required quite a bit of tiresome plumbing about of spans. On the bright side, now other errors can be converted to span_err too. Includes test cases.