rust/tests
bors 4d686196b9 Auto merge of #6863 - Jarcho:wild_enum_match, r=llogiq
`match_wildcard` improvements

fixes: #6604
fixes: #5733
fixes: #6862

#5733 is only fixed in the normal case, if different paths are used for the variants then the same problem will occur. It's cause by `def_path_str` returning an utterly useless result. I haven't dug into why yet.

For #6604 there should be some discussion before accepting this. It's easy enough to change the message rather than disable the lint for `Option` and `Result`.

changelog: Attempt to find a common path prefix for `match_wildcard_for_single_variants` and `wildcard_enum_match_arm`
changelog: Don't lint op `Option` and `Result` for `match_wildcard_for_single_variants` and `wildcard_enum_match_arm`
changelog: Consider `or` patterns and `Self` prefix for `match_wildcard_for_single_variants` and `wildcard_enum_match_arm`
2021-03-18 10:39:28 +00:00
..
auxiliary
cargo
ui Auto merge of #6863 - Jarcho:wild_enum_match, r=llogiq 2021-03-18 10:39:28 +00:00
ui-cargo
ui-internal
ui-toml Auto merge of #6805 - matthiaskrgr:uca_nopub_6803, r=flip1995 2021-03-17 10:53:02 +00:00
compile-test.rs
dogfood.rs Auto merge of #6834 - hyd-dev:clippy-args, r=phansch,flip1995,oli-obk 2021-03-08 13:18:39 +00:00
fmt.rs
integration.rs
lint_message_convention.rs Add version = "Two" to rustfmt.toml 2021-03-01 16:17:33 -06:00
missing-test-files.rs
versioncheck.rs Merge remote-tracking branch 'upstream/master' into rustup 2021-03-11 10:37:58 +01:00