1
Fork 0

Introduce ast::proto_bare

Issue #1022
This commit is contained in:
Brian Anderson 2011-10-10 13:15:47 -07:00
parent 9c46cc58cb
commit b277039325
5 changed files with 13 additions and 3 deletions

View file

@ -197,6 +197,7 @@ fn enc_proto(w: io::writer, proto: proto) {
proto_iter. { w.write_char('W'); }
proto_fn. { w.write_char('F'); }
proto_block. { w.write_char('B'); }
proto_bare. { w.write_char('R'); }
}
}