about summary refs log tree commit diff
path: root/src/test/run-pass/lambda-infer-unresolved.rs
AgeCommit message (Collapse)AuthorLines
2011-08-20ReformatBrian Anderson-3/+3
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-04Don't force resolution of type variables until there is no enclosing ↵Michael Sullivan-0/+7
function scope. Closes #803.