rust/tests/ui-cargo
kraktus 1909a6af1a [use_self] fix suggestion when full path to struct was given
Previously the following wrong suggestion was given

```rust
impl Error for std::fmt::Error {
    fn custom<T: std::fmt::Display>(_msg: T) -> Self {
-        std::fmt::Error // Should lint
+        Self::Error // Should lint
    }
}
```

Also remove known problem line related to #4140 since it's been closed, and refactor the lint
2022-10-26 18:30:32 +02:00
..
cargo_common_metadata Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup 2022-07-28 19:08:22 +02:00
cargo_rust_version [use_self] fix suggestion when full path to struct was given 2022-10-26 18:30:32 +02:00
duplicate_mod/fail Merge remote-tracking branch 'upstream/master' into rustup 2022-10-06 09:19:29 +02:00
feature_name Merge remote-tracking branch 'upstream/master' into rustup 2022-10-06 09:19:29 +02:00
module_style Merge remote-tracking branch 'upstream/master' into rustup 2022-10-06 09:19:29 +02:00
multiple_config_files Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup 2022-07-28 19:08:22 +02:00
multiple_crate_versions Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup 2022-07-28 19:08:22 +02:00
wildcard_dependencies
update-all-references.sh