]> git.lizzy.rs Git - rust.git/commit
Change "pred" to "pure fn" (but still accept "pred")
authorTim Chevalier <chevalier@alum.wellesley.edu>
Wed, 24 Aug 2011 20:39:15 +0000 (13:39 -0700)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Wed, 24 Aug 2011 21:21:37 +0000 (14:21 -0700)
commitc6155d1fd112407c2d111c0c81c38a3606a0954e
tree3e28872864ee455b0a7e931bd0393c7038ea24d7
parent5b5689d4ddbc75c34c5c9c70fdbc27b351a7a2f4
Change "pred" to "pure fn" (but still accept "pred")

This is part 1 of changing the "pred" keyword to "pure fn".
Right now, the compiler accepts both "pred" and "pure fn".
src/comp/metadata/decoder.rs
src/comp/syntax/ast.rs
src/comp/syntax/parse/parser.rs
src/comp/syntax/print/pprust.rs