rust/tests
bors 947516f018 Auto merge of #6130 - Ambroisie:lint-ptr-eq, r=Manishearth
New lint: Recommend using `ptr::eq` when possible

This is based almost entirely on the code available in the previous PR #4596. I merely updated the code to make it compile.

Fixes #3661.

- [ ] I'm not sure about the lint name, but it was the one used in the original PR.
- [X] Added passing UI tests (including committed `.stderr` file)
- [X] `cargo test` passes locally
- [X] Executed `cargo dev update_lints`
- [X] Added lint documentation
- [X] Run `cargo dev fmt`

---

changelog: none
2020-10-09 16:46:09 +00:00
..
auxiliary
cargo integration tests: Replace lazy_static with SyncLazy 2020-10-06 08:20:18 +02:00
ui Auto merge of #6130 - Ambroisie:lint-ptr-eq, r=Manishearth 2020-10-09 16:46:09 +00:00
ui-cargo
ui-toml update error message, refactor disallowed_method 2020-09-25 11:09:04 -05:00
compile-test.rs integration tests: Replace lazy_static with SyncLazy 2020-10-06 08:20:18 +02:00
dogfood.rs integration tests: Replace lazy_static with SyncLazy 2020-10-06 08:20:18 +02:00
fmt.rs Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup 2020-08-28 18:43:25 +02:00
integration.rs
missing-test-files.rs
versioncheck.rs