Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate documentation around syntex #439
Comments
sgrif
added
good first issue
documentation
labels
Sep 13, 2016
This comment has been minimized.
|
Actually, we will need to update the guide on how to use the codegen crate with macros 1.1 in stable Rust 1.15 instead soon :) |
This comment has been minimized.
beatgammit
commented
Jan 31, 2017
•
|
Rust 1.15 should be out this week, is there any preliminary documentation? I tried compiling on the beta branch and I get compile errors on |
This comment has been minimized.
|
You'll need to use master if you're using 1.15 beta. The guide will be updated tomorrow. |
This comment has been minimized.
beatgammit
commented
Feb 2, 2017
•
|
Awesome. Will a new crate be pushed soon with support for stable Rust? |
This comment has been minimized.
|
Yep, it'll be ready with Rust 1.15, so… less than 24 hours!
Jameson Little <notifications@github.com> schrieb am Do. 2. Feb. 2017 um
02:05:
… Awesome. Well a new crate be pushed soon with support for stable Rust?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#439 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABOXxdPzLEft3iDtX_tCXA--Mqf_Djtks5rYSvsgaJpZM4J7Ln0>
.
|
sgrif commentedSep 13, 2016
We have received complaints and state in our getting started guide that we're incompatible with the most recent versions of serde because we don't support the most recent version of syntex. However, the standard way to use syntex no longer involves the users depending on it directly, allowing for multiple versions to be used in the same code base. We should update our docs accordingly (see serde's docs for an example)