Skip to content

Commit acb6273

Browse files
committed
Auto merge of #126842 - calebcartwright:sync-from-rustfmt-24-06, r=calebcartwright
rustfmt subtree update r? ghost
2 parents 3cb521a + ffad984 commit acb6273

File tree

99 files changed

+1582
-327
lines changed

Some content is hidden

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

99 files changed

+1582
-327
lines changed

Cargo.lock

+26-47
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ dependencies = [
638638
"filetime",
639639
"futures",
640640
"if_chain",
641-
"itertools 0.12.1",
641+
"itertools",
642642
"parking_lot",
643643
"quote",
644644
"regex",
@@ -670,7 +670,7 @@ dependencies = [
670670
"aho-corasick",
671671
"clap",
672672
"indoc",
673-
"itertools 0.12.1",
673+
"itertools",
674674
"opener 0.6.1",
675675
"shell-escape",
676676
"walkdir",
@@ -685,7 +685,7 @@ dependencies = [
685685
"clippy_config",
686686
"clippy_utils",
687687
"declare_clippy_lint",
688-
"itertools 0.12.1",
688+
"itertools",
689689
"quine-mc_cluskey",
690690
"regex",
691691
"regex-syntax 0.8.4",
@@ -707,7 +707,7 @@ version = "0.1.81"
707707
dependencies = [
708708
"arrayvec",
709709
"clippy_config",
710-
"itertools 0.12.1",
710+
"itertools",
711711
"rustc-semver",
712712
"rustc_apfloat",
713713
]
@@ -1026,7 +1026,7 @@ dependencies = [
10261026
name = "declare_clippy_lint"
10271027
version = "0.1.81"
10281028
dependencies = [
1029-
"itertools 0.12.1",
1029+
"itertools",
10301030
"quote",
10311031
"syn 2.0.66",
10321032
]
@@ -1133,16 +1133,16 @@ version = "5.0.1"
11331133
source = "registry+https://github.com/rust-lang/crates.io-index"
11341134
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
11351135
dependencies = [
1136-
"dirs-sys 0.4.1",
1136+
"dirs-sys",
11371137
]
11381138

11391139
[[package]]
11401140
name = "dirs"
1141-
version = "4.0.0"
1141+
version = "5.0.1"
11421142
source = "registry+https://github.com/rust-lang/crates.io-index"
1143-
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
1143+
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
11441144
dependencies = [
1145-
"dirs-sys 0.3.7",
1145+
"dirs-sys",
11461146
]
11471147

11481148
[[package]]
@@ -1155,17 +1155,6 @@ dependencies = [
11551155
"dirs-sys-next",
11561156
]
11571157

1158-
[[package]]
1159-
name = "dirs-sys"
1160-
version = "0.3.7"
1161-
source = "registry+https://github.com/rust-lang/crates.io-index"
1162-
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
1163-
dependencies = [
1164-
"libc",
1165-
"redox_users",
1166-
"winapi",
1167-
]
1168-
11691158
[[package]]
11701159
name = "dirs-sys"
11711160
version = "0.4.1"
@@ -2076,15 +2065,6 @@ version = "1.70.0"
20762065
source = "registry+https://github.com/rust-lang/crates.io-index"
20772066
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
20782067

2079-
[[package]]
2080-
name = "itertools"
2081-
version = "0.11.0"
2082-
source = "registry+https://github.com/rust-lang/crates.io-index"
2083-
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
2084-
dependencies = [
2085-
"either",
2086-
]
2087-
20882068
[[package]]
20892069
name = "itertools"
20902070
version = "0.12.1"
@@ -2227,7 +2207,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
22272207
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
22282208
dependencies = [
22292209
"cfg-if",
2230-
"windows-targets 0.48.5",
2210+
"windows-targets 0.52.5",
22312211
]
22322212

22332213
[[package]]
@@ -3665,7 +3645,7 @@ dependencies = [
36653645
name = "rustc_ast_passes"
36663646
version = "0.0.0"
36673647
dependencies = [
3668-
"itertools 0.12.1",
3648+
"itertools",
36693649
"rustc_ast",
36703650
"rustc_ast_pretty",
36713651
"rustc_attr",
@@ -3685,7 +3665,7 @@ dependencies = [
36853665
name = "rustc_ast_pretty"
36863666
version = "0.0.0"
36873667
dependencies = [
3688-
"itertools 0.12.1",
3668+
"itertools",
36893669
"rustc_ast",
36903670
"rustc_lexer",
36913671
"rustc_span",
@@ -3726,7 +3706,7 @@ name = "rustc_borrowck"
37263706
version = "0.0.0"
37273707
dependencies = [
37283708
"either",
3729-
"itertools 0.12.1",
3709+
"itertools",
37303710
"polonius-engine",
37313711
"rustc_data_structures",
37323712
"rustc_errors",
@@ -3779,7 +3759,7 @@ name = "rustc_codegen_llvm"
37793759
version = "0.0.0"
37803760
dependencies = [
37813761
"bitflags 2.5.0",
3782-
"itertools 0.12.1",
3762+
"itertools",
37833763
"libc",
37843764
"measureme",
37853765
"object 0.32.2",
@@ -3818,7 +3798,7 @@ dependencies = [
38183798
"bitflags 2.5.0",
38193799
"cc",
38203800
"either",
3821-
"itertools 0.12.1",
3801+
"itertools",
38223802
"jobserver",
38233803
"libc",
38243804
"object 0.32.2",
@@ -4098,7 +4078,7 @@ dependencies = [
40984078
name = "rustc_hir_analysis"
40994079
version = "0.0.0"
41004080
dependencies = [
4101-
"itertools 0.12.1",
4081+
"itertools",
41024082
"rustc_arena",
41034083
"rustc_ast",
41044084
"rustc_attr",
@@ -4137,7 +4117,7 @@ dependencies = [
41374117
name = "rustc_hir_typeck"
41384118
version = "0.0.0"
41394119
dependencies = [
4140-
"itertools 0.12.1",
4120+
"itertools",
41414121
"rustc_ast",
41424122
"rustc_ast_ir",
41434123
"rustc_attr",
@@ -4421,7 +4401,7 @@ dependencies = [
44214401
name = "rustc_mir_build"
44224402
version = "0.0.0"
44234403
dependencies = [
4424-
"itertools 0.12.1",
4404+
"itertools",
44254405
"rustc_apfloat",
44264406
"rustc_arena",
44274407
"rustc_ast",
@@ -4468,7 +4448,7 @@ name = "rustc_mir_transform"
44684448
version = "0.0.0"
44694449
dependencies = [
44704450
"either",
4471-
"itertools 0.12.1",
4451+
"itertools",
44724452
"rustc_arena",
44734453
"rustc_ast",
44744454
"rustc_attr",
@@ -4824,7 +4804,7 @@ version = "0.0.0"
48244804
dependencies = [
48254805
"bitflags 2.5.0",
48264806
"derivative",
4827-
"itertools 0.12.1",
4807+
"itertools",
48284808
"rustc_ast",
48294809
"rustc_ast_ir",
48304810
"rustc_attr",
@@ -4867,7 +4847,7 @@ dependencies = [
48674847
name = "rustc_transmute"
48684848
version = "0.0.0"
48694849
dependencies = [
4870-
"itertools 0.12.1",
4850+
"itertools",
48714851
"rustc_ast_ir",
48724852
"rustc_data_structures",
48734853
"rustc_hir",
@@ -4883,7 +4863,7 @@ dependencies = [
48834863
name = "rustc_ty_utils"
48844864
version = "0.0.0"
48854865
dependencies = [
4886-
"itertools 0.12.1",
4866+
"itertools",
48874867
"rustc_ast_ir",
48884868
"rustc_data_structures",
48894869
"rustc_errors",
@@ -4947,7 +4927,7 @@ dependencies = [
49474927
"base64",
49484928
"expect-test",
49494929
"indexmap",
4950-
"itertools 0.12.1",
4930+
"itertools",
49514931
"minifier",
49524932
"regex",
49534933
"rustdoc-json-types",
@@ -5028,20 +5008,19 @@ dependencies = [
50285008

50295009
[[package]]
50305010
name = "rustfmt-nightly"
5031-
version = "1.7.0"
5011+
version = "1.7.1"
50325012
dependencies = [
50335013
"annotate-snippets 0.9.2",
50345014
"anyhow",
50355015
"bytecount",
5036-
"cargo_metadata 0.15.4",
5016+
"cargo_metadata 0.18.1",
50375017
"clap",
50385018
"clap-cargo",
50395019
"diff",
50405020
"dirs",
50415021
"getopts",
50425022
"ignore",
5043-
"itertools 0.11.0",
5044-
"lazy_static",
5023+
"itertools",
50455024
"regex",
50465025
"rustfmt-config_proc_macro",
50475026
"serde",

src/tools/rustfmt/.github/workflows/integration.yml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
matrix:
2020
integration: [
2121
bitflags,
22-
error-chain,
2322
log,
2423
mdbook,
2524
packed_simd,

0 commit comments

Comments
 (0)