Remove '.' after nullary tags in patterns
Does what it says on the tin. The next commit will remove support for this syntax.
This commit is contained in:
parent
ca7cfbe3d0
commit
04a2887f87
96 changed files with 1410 additions and 1410 deletions
|
@ -129,8 +129,8 @@ tag proto {
|
|||
|
||||
pure fn is_blockish(p: ast::proto) -> bool {
|
||||
alt p {
|
||||
proto_any. | proto_block. { true }
|
||||
proto_bare. | proto_uniq. | proto_box. { false }
|
||||
proto_any | proto_block { true }
|
||||
proto_bare | proto_uniq | proto_box { false }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue