-
Notifications
You must be signed in to change notification settings - Fork 3.6k
CI: stable/nightly #558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Merged
steveklabnik
added a commit
that referenced
this issue
Mar 23, 2017
We need to track Rust master, but don't want to cover unstable things. As such, a new lint, `stable-check`, is added. The second edition was already lint clean, but the first needed some tweaks: 1. The closures chapter was showing off details of the closure traits, so just don't do that. 2. The FFI chapter was using internal libc to compile the tests, so just don't compile them anymore. 3. The compiler plugins chapter was vestigial and was moved to the unstable book. Fixes #558
steveklabnik
added a commit
that referenced
this issue
Mar 23, 2017
We need to track Rust master, but don't want to cover unstable things. As such, a new lint, `stable-check`, is added. The second edition was already lint clean, but the first needed some tweaks: 1. The closures chapter was showing off details of the closure traits, so just don't do that. 2. The FFI chapter was using internal libc to compile the tests, so just don't compile them anymore. 3. The compiler plugins chapter was vestigial and was moved to the unstable book. Fixes #558
gypsydave5
pushed a commit
to gypsydave5/book
that referenced
this issue
Nov 17, 2017
We need to track Rust master, but don't want to cover unstable things. As such, a new lint, `stable-check`, is added. The second edition was already lint clean, but the first needed some tweaks: 1. The closures chapter was showing off details of the closure traits, so just don't do that. 2. The FFI chapter was using internal libc to compile the tests, so just don't compile them anymore. 3. The compiler plugins chapter was vestigial and was moved to the unstable book. Fixes rust-lang#558
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are gonna need rust-lang/reference#14 as well.
The text was updated successfully, but these errors were encountered: