make blocks fn& and fn stand for "any closure"

This commit is contained in:
Niko Matsakis 2012-01-12 11:39:23 -08:00
parent 3f3bfeec27
commit 47a534c197
3 changed files with 22 additions and 16 deletions

View file

@ -110,10 +110,11 @@ tag pat_ {
tag mutability { mut; imm; maybe_mut; }
tag proto {
proto_bare; // fn
proto_bare; // native fn
proto_any; // fn
proto_uniq; // fn~
proto_box; // fn@
proto_block; // block
proto_block; // fn&
}
tag binop {