about summary refs log tree commit diff
path: root/src/test/compile-fail/extenv-too-many-args.rs
AgeCommit message (Collapse)AuthorLines
2011-09-02Reformat. Issue #855Brian Anderson-1/+1
2011-08-30Convert #env to istrs. Temporarily disable usage in rustc. Issue #855Brian Anderson-1/+1
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-04rustc: Use spans for #env errorsBrian Anderson-0/+5
Issue #444