Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Fixup matching, disallow repeating "types" (closes #23) #26

Merged
merged 1 commit into from Aug 7, 2016
Merged

Fixup matching, disallow repeating "types" (closes #23) #26

merged 1 commit into from Aug 7, 2016

Conversation

birkenfeld
Copy link
Contributor

It is actually not a problem to have repeating instances of links,
foreign_links and errors, the items will just be appended.

To handle the zero-or-one rule for types, we can get away with just
one new matching rule, because there are three cases (no types, empty
types, and fully specified types).

It is actually not a problem to have repeating instances of `links`,
`foreign_links` and `errors`, the items will just be appended.

To handle the zero-or-one rule for `types`, we can get away with just
one new matching rule, because there are three cases (no types, empty
types, and fully specified types).
@brson brson merged commit 3a811ee into rust-lang-deprecated:master Aug 7, 2016
@brson
Copy link
Contributor

brson commented Aug 7, 2016

Thanks!

@birkenfeld birkenfeld deleted the issue-23 branch August 7, 2016 06:14
brson added a commit that referenced this pull request Aug 9, 2016
Fix stable tests after merge of #26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants