*latest* nightly

This commit is contained in:
Xavier Bestel 2016-06-24 14:55:17 +02:00 committed by GitHub
parent eeb847ada8
commit a8e185646b
1 changed files with 2 additions and 3 deletions

View File

@ -181,12 +181,11 @@ More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/
## Usage
Clippy will most probably need Rust nightly to compile.
As a general rule clippy will only work with the *latest* Rust nightly for now.
### As a Compiler Plugin
Compiler plugins are highly unstable and will only work with a *recent* nightly
Rust for now. Since stable Rust is backwards compatible, you should be able to
Since stable Rust is backwards compatible, you should be able to
compile your stable programs with nightly Rust with clippy plugged in to
circumvent this.