Merge pull request #1002 from Manishearth/issues

Add a issue template and specify a *recent* nightly is needed
This commit is contained in:
Manish Goregaokar 2016-06-10 17:21:24 +05:30 committed by GitHub
commit 91d922aeb8
2 changed files with 12 additions and 4 deletions

8
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,8 @@
<!--
Hi there! Whether you've come to make a suggestion for a new lint, an improvement to an existing lint or to report a bug or a false positive in Clippy, you've come to the right place.
If you want to report that Clippy does not compile, please be sure to be using the *latest version* of *Rust nightly*! Compiler plugins are highly unstable and will only work with a nightly Rust for now. If you are but still have a problem, please let us now!
Thank you for using Clippy!
Write your comment below this line: -->

View File

@ -180,10 +180,10 @@ More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/
### As a Compiler Plugin
Compiler plugins are highly unstable and will only work with a nightly Rust for now.
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.
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
compile your stable programs with nightly Rust with clippy plugged in to
circumvent this.
Add in your `Cargo.toml`: