Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Rust nightly rollup (macro + serialize fn bounds)#39

Merged
mneumann merged 2 commits intomneumann:masterfrom
drbawb:feature/fix-rust-nightly
Dec 22, 2014
Merged

Rust nightly rollup (macro + serialize fn bounds)#39
mneumann merged 2 commits intomneumann:masterfrom
drbawb:feature/fix-rust-nightly

Conversation

@drbawb
Copy link
Contributor

@drbawb drbawb commented Dec 20, 2014

This rolls up two changes:

  1. Some of the Fn trait bounds used in libserialize changed upstream. They're now FnMut so they can be called multiple times.
    We do not take advantage of this; but the bound still needs to be updated.
  2. Macros which expand to items now need a trailing semi-colon

mneumann added a commit that referenced this pull request Dec 22, 2014
Rust nightly rollup (macro + serialize fn bounds)
@mneumann mneumann merged commit 47a0bd6 into mneumann:master Dec 22, 2014
@drbawb drbawb deleted the feature/fix-rust-nightly branch December 22, 2014 16:15
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.

2 participants