about summary refs log tree commit diff
path: root/src/test/compile-fail/fn-bare-bind.rs
AgeCommit message (Expand)AuthorLines
2012-06-20Remove bind. Issue #2189Brian Anderson-8/+0
2012-01-13make "native fn" the type for bare functions, remove fn exprsNiko Matsakis-3/+2
2011-12-28On second thought, re-land pull request #1385 with backquotes; easier to grep...Graydon Hoare-1/+1
2011-12-25Use singlequotes in the typechecker too, to distinguish code and EnglishLenny222-2/+2
2011-10-20Remove temporary fn# syntaxBrian Anderson-2/+2
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-1/+1
2011-10-11Don't allow bind to produce bare functionsBrian Anderson-0/+9