]> git.lizzy.rs Git - rust.git/commit
Rename fn*() to fn() as originally planned.
authorNiko Matsakis <niko@alum.mit.edu>
Thu, 19 Jan 2012 02:10:51 +0000 (18:10 -0800)
committerNiko Matsakis <niko@alum.mit.edu>
Thu, 19 Jan 2012 15:11:50 +0000 (07:11 -0800)
commit882bea5b6d016006ab110d3a9526ffca0a479e27
tree128947943bb451a54c1e5425d78fd423ed5cfafd
parent1f0b3d2247ce6ff381f572450dbe733291ffe01a
Rename fn*() to fn() as originally planned.
src/comp/syntax/parse/parser.rs
src/comp/syntax/print/pprust.rs
src/test/compile-fail/block-coerce-no-2.rs
src/test/compile-fail/block-coerce-no.rs
src/test/pretty/fn-types.rs [new file with mode: 0644]
src/test/run-pass/block-arg-used-as-any.rs