about summary refs log tree commit diff
path: root/src/test/run-pass/fn-bare-item.rs
AgeCommit message (Collapse)AuthorLines
2011-10-20Remove temporary fn# syntaxBrian Anderson-1/+1
2011-10-11Add a temporary syntax for bare functionsBrian Anderson-0/+7
Bare functions will be represented as 'fn#' until they're implemented. Then we'll switch it over to just 'fn'. Issue #1022