about summary refs log tree commit diff
path: root/src/test/run-fail/alt-disc-bot.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-08-02Handle _|_ - typed discriminants in alts correctlyTim Chevalier-0/+4
Stop me, won't you, if you've heard this one before? Closes #794