about summary refs log tree commit diff
path: root/src/test/compile-fail/extenv-no-args.rs
AgeCommit message (Collapse)AuthorLines
2011-08-20ReformatBrian Anderson-3/+1
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-1/+3
2011-07-27Reformat for new syntaxMarijn Haverbeke-3/+1
2011-06-04rustc: Use spans for #env errorsBrian Anderson-0/+5
Issue #444