Skip to content

Commit ebe67d9

Browse files
authored
Rollup merge of #82514 - flip1995:clippyup, r=Manishearth
Update Clippy Bi-weekly Clippy update. This updates `Cargo.lock`, so probably needs rollup=never. (0046d7c) a6dd9b9 fixes things in Clippy, so that it can be build and tested. This needs proper fixing in Clippy, but I didn't want this to block the sync. r? `@Manishearth`
2 parents 12ea0f6 + 0046d7c commit ebe67d9

File tree

114 files changed

+6576
-3284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+6576
-3284
lines changed

Cargo.lock

+119-11
Original file line numberDiff line numberDiff line change
@@ -565,14 +565,14 @@ dependencies = [
565565
"cargo_metadata 0.12.0",
566566
"clippy-mini-macro-test",
567567
"clippy_lints",
568-
"compiletest_rs",
568+
"compiletest_rs 0.6.0",
569569
"derive-new",
570570
"rustc-workspace-hack",
571571
"rustc_tools_util 0.2.0",
572572
"semver 0.11.0",
573573
"serde",
574574
"tempfile",
575-
"tester",
575+
"tester 0.9.0",
576576
]
577577

578578
[[package]]
@@ -584,6 +584,7 @@ name = "clippy_lints"
584584
version = "0.1.52"
585585
dependencies = [
586586
"cargo_metadata 0.12.0",
587+
"clippy_utils",
587588
"if_chain",
588589
"itertools 0.9.0",
589590
"pulldown-cmark 0.8.0",
@@ -600,6 +601,20 @@ dependencies = [
600601
"url 2.1.1",
601602
]
602603

604+
[[package]]
605+
name = "clippy_utils"
606+
version = "0.1.52"
607+
dependencies = [
608+
"if_chain",
609+
"itertools 0.9.0",
610+
"regex-syntax",
611+
"rustc-semver",
612+
"serde",
613+
"smallvec 1.6.1",
614+
"toml",
615+
"unicode-normalization",
616+
]
617+
603618
[[package]]
604619
name = "cloudabi"
605620
version = "0.1.0"
@@ -695,7 +710,30 @@ dependencies = [
695710
"serde_derive",
696711
"serde_json",
697712
"tempfile",
698-
"tester",
713+
"tester 0.7.0",
714+
"winapi 0.3.9",
715+
]
716+
717+
[[package]]
718+
name = "compiletest_rs"
719+
version = "0.6.0"
720+
source = "registry+https://github.com/rust-lang/crates.io-index"
721+
checksum = "0086d6ad78cf409c3061618cd98e2789d5c9ce598fc9651611cf62eae0a599cb"
722+
dependencies = [
723+
"diff",
724+
"filetime",
725+
"getopts",
726+
"lazy_static",
727+
"libc",
728+
"log",
729+
"miow 0.3.6",
730+
"regex",
731+
"rustfix",
732+
"serde",
733+
"serde_derive",
734+
"serde_json",
735+
"tempfile",
736+
"tester 0.9.0",
699737
"winapi 0.3.9",
700738
]
701739

@@ -984,14 +1022,35 @@ dependencies = [
9841022
"dirs-sys",
9851023
]
9861024

1025+
[[package]]
1026+
name = "dirs-next"
1027+
version = "2.0.0"
1028+
source = "registry+https://github.com/rust-lang/crates.io-index"
1029+
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1030+
dependencies = [
1031+
"cfg-if 1.0.0",
1032+
"dirs-sys-next",
1033+
]
1034+
9871035
[[package]]
9881036
name = "dirs-sys"
9891037
version = "0.3.5"
9901038
source = "registry+https://github.com/rust-lang/crates.io-index"
9911039
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
9921040
dependencies = [
9931041
"libc",
994-
"redox_users",
1042+
"redox_users 0.3.4",
1043+
"winapi 0.3.9",
1044+
]
1045+
1046+
[[package]]
1047+
name = "dirs-sys-next"
1048+
version = "0.1.2"
1049+
source = "registry+https://github.com/rust-lang/crates.io-index"
1050+
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1051+
dependencies = [
1052+
"libc",
1053+
"redox_users 0.4.0",
9951054
"winapi 0.3.9",
9961055
]
9971056

@@ -1115,7 +1174,7 @@ checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e"
11151174
dependencies = [
11161175
"cfg-if 0.1.10",
11171176
"libc",
1118-
"redox_syscall",
1177+
"redox_syscall 0.1.57",
11191178
"winapi 0.3.9",
11201179
]
11211180

@@ -2226,7 +2285,7 @@ name = "miri"
22262285
version = "0.1.0"
22272286
dependencies = [
22282287
"colored",
2229-
"compiletest_rs",
2288+
"compiletest_rs 0.5.0",
22302289
"env_logger 0.7.1",
22312290
"getrandom 0.2.0",
22322291
"hex 0.4.2",
@@ -2458,7 +2517,7 @@ dependencies = [
24582517
"cloudabi",
24592518
"instant",
24602519
"libc",
2461-
"redox_syscall",
2520+
"redox_syscall 0.1.57",
24622521
"smallvec 1.6.1",
24632522
"winapi 0.3.9",
24642523
]
@@ -2899,17 +2958,36 @@ version = "0.1.57"
28992958
source = "registry+https://github.com/rust-lang/crates.io-index"
29002959
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
29012960

2961+
[[package]]
2962+
name = "redox_syscall"
2963+
version = "0.2.5"
2964+
source = "registry+https://github.com/rust-lang/crates.io-index"
2965+
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
2966+
dependencies = [
2967+
"bitflags",
2968+
]
2969+
29022970
[[package]]
29032971
name = "redox_users"
29042972
version = "0.3.4"
29052973
source = "registry+https://github.com/rust-lang/crates.io-index"
29062974
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
29072975
dependencies = [
29082976
"getrandom 0.1.14",
2909-
"redox_syscall",
2977+
"redox_syscall 0.1.57",
29102978
"rust-argon2",
29112979
]
29122980

2981+
[[package]]
2982+
name = "redox_users"
2983+
version = "0.4.0"
2984+
source = "registry+https://github.com/rust-lang/crates.io-index"
2985+
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
2986+
dependencies = [
2987+
"getrandom 0.2.0",
2988+
"redox_syscall 0.2.5",
2989+
]
2990+
29132991
[[package]]
29142992
name = "regex"
29152993
version = "1.4.3"
@@ -4535,6 +4613,12 @@ dependencies = [
45354613
"unicode_categories",
45364614
]
45374615

4616+
[[package]]
4617+
name = "rustversion"
4618+
version = "1.0.4"
4619+
source = "registry+https://github.com/rust-lang/crates.io-index"
4620+
checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
4621+
45384622
[[package]]
45394623
name = "ryu"
45404624
version = "1.0.5"
@@ -4812,7 +4896,7 @@ checksum = "7fd8b795c389288baa5f355489c65e71fd48a02104600d15c4cfbc561e9e429d"
48124896
dependencies = [
48134897
"cfg-if 0.1.10",
48144898
"libc",
4815-
"redox_syscall",
4899+
"redox_syscall 0.1.57",
48164900
"winapi 0.3.9",
48174901
]
48184902

@@ -4973,7 +5057,7 @@ checksum = "c8a4c1d0bee3230179544336c15eefb563cf0302955d962e456542323e8c2e8a"
49735057
dependencies = [
49745058
"filetime",
49755059
"libc",
4976-
"redox_syscall",
5060+
"redox_syscall 0.1.57",
49775061
"xattr",
49785062
]
49795063

@@ -4986,7 +5070,7 @@ dependencies = [
49865070
"cfg-if 0.1.10",
49875071
"libc",
49885072
"rand",
4989-
"redox_syscall",
5073+
"redox_syscall 0.1.57",
49905074
"remove_dir_all",
49915075
"winapi 0.3.9",
49925076
]
@@ -5020,6 +5104,17 @@ dependencies = [
50205104
"winapi 0.3.9",
50215105
]
50225106

5107+
[[package]]
5108+
name = "term"
5109+
version = "0.7.0"
5110+
source = "registry+https://github.com/rust-lang/crates.io-index"
5111+
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5112+
dependencies = [
5113+
"dirs-next",
5114+
"rustversion",
5115+
"winapi 0.3.9",
5116+
]
5117+
50235118
[[package]]
50245119
name = "termcolor"
50255120
version = "1.1.0"
@@ -5065,6 +5160,19 @@ dependencies = [
50655160
"term 0.6.1",
50665161
]
50675162

5163+
[[package]]
5164+
name = "tester"
5165+
version = "0.9.0"
5166+
source = "registry+https://github.com/rust-lang/crates.io-index"
5167+
checksum = "0639d10d8f4615f223a57275cf40f9bdb7cfbb806bcb7f7cc56e3beb55a576eb"
5168+
dependencies = [
5169+
"cfg-if 1.0.0",
5170+
"getopts",
5171+
"libc",
5172+
"num_cpus",
5173+
"term 0.7.0",
5174+
]
5175+
50685176
[[package]]
50695177
name = "textwrap"
50705178
version = "0.11.0"

src/tools/clippy/.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug Report
33
about: Create a bug report for Clippy
4-
labels: L-bug
4+
labels: C-bug
55
---
66
<!--
77
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,

src/tools/clippy/.github/ISSUE_TEMPLATE/false_negative.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug Report (False Negative)
33
about: Create a bug report about missing warnings from a lint
4-
labels: L-bug, L-false-negative
4+
labels: C-bug, I-false-negative
55
---
66
<!--
77
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,

src/tools/clippy/.github/ISSUE_TEMPLATE/false_positive.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug Report (False Positive)
33
about: Create a bug report about a wrongly emitted lint warning
4-
labels: L-bug, L-false-positive
4+
labels: C-bug, I-false-positive
55
---
66
<!--
77
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,

src/tools/clippy/.github/ISSUE_TEMPLATE/ice.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Internal Compiler Error
33
about: Create a report for an internal compiler error in Clippy.
4-
labels: L-bug, L-crash
4+
labels: C-bug, I-ICE
55
---
66
<!--
77
Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide

src/tools/clippy/.github/ISSUE_TEMPLATE/new_lint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: New lint suggestion
33
about: Suggest a new Clippy lint.
4-
labels: L-lint
4+
labels: A-lint
55
---
66

77
### What it does

src/tools/clippy/.github/workflows/clippy.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,8 @@ jobs:
5353
- name: Test "--fix -Zunstable-options"
5454
run: cargo run --features deny-warnings,internal-lints --bin cargo-clippy -- clippy --fix -Zunstable-options
5555

56-
- name: Test
57-
run: cargo test --features deny-warnings,internal-lints
58-
59-
- name: Test clippy_lints
60-
run: cargo test --features deny-warnings,internal-lints
61-
working-directory: clippy_lints
62-
63-
- name: Test rustc_tools_util
64-
run: cargo test --features deny-warnings
65-
working-directory: rustc_tools_util
56+
- name: Test Workspace
57+
run: cargo test --all --features deny-warnings,internal-lints
6658

6759
- name: Test clippy_dev
6860
run: cargo test --features deny-warnings

src/tools/clippy/.github/workflows/clippy_bors.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,8 @@ jobs:
112112
- name: Build
113113
run: cargo build --features deny-warnings,internal-lints
114114

115-
- name: Test
116-
run: cargo test --features deny-warnings,internal-lints
117-
118-
- name: Test clippy_lints
119-
run: cargo test --features deny-warnings,internal-lints
120-
working-directory: clippy_lints
121-
122-
- name: Test rustc_tools_util
123-
run: cargo test --features deny-warnings
124-
working-directory: rustc_tools_util
115+
- name: Test Workspace
116+
run: cargo test --all --features deny-warnings,internal-lints
125117

126118
- name: Test clippy_dev
127119
run: cargo test --features deny-warnings

src/tools/clippy/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ out
1818
*Cargo.lock
1919
/target
2020
/clippy_lints/target
21+
/clippy_utils/target
2122
/clippy_workspace_tests/target
2223
/clippy_dev/target
2324
/rustc_tools_util/target

0 commit comments

Comments
 (0)