diff options
| author | Jacob Rothstein <hi@jbr.me> | 2020-01-30 17:25:58 -0800 |
|---|---|---|
| committer | Jacob Rothstein <hi@jbr.me> | 2020-01-30 17:25:58 -0800 |
| commit | 2a79ed0b4999bf9e805e0e38cd1faf5f85068368 (patch) | |
| tree | 6447db118926ad58a89af09266cb485c00c95476 | |
| parent | 34700c15c7a49d400951da385b2eacab6fb6fe86 (diff) | |
| download | rust-2a79ed0b4999bf9e805e0e38cd1faf5f85068368.tar.gz rust-2a79ed0b4999bf9e805e0e38cd1faf5f85068368.zip | |
[docs] remind bug reporters to update nightly
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc8ca5d07b2..d6840b20c89 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,6 +50,9 @@ is a bug or not, feel free to file a bug anyway. **If you believe reporting your bug publicly represents a security risk to Rust users, please follow our [instructions for reporting security vulnerabilities](https://www.rust-lang.org/policies/security)**. +If you're using the nightly channel, please check if the bug exists in the +latest toolchain before filing your bug. It might be fixed already. + If you have the chance, before reporting a bug, please [search existing issues](https://github.com/rust-lang/rust/search?q=&type=Issues&utf8=%E2%9C%93), as it's possible that someone else has already reported your error. This doesn't |
