Skip to content

Commit d57f3a6

Browse files
committedAug 4, 2018
Update to master
1 parent 0bff861 commit d57f3a6

File tree

3 files changed

+128
-50
lines changed

3 files changed

+128
-50
lines changed
 

‎src/Cargo.lock

+122-41
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ dependencies = [
226226
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
227227
"core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
228228
"crates-io 0.18.0",
229-
"crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
229+
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
230230
"crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
231231
"curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
232232
"env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -247,8 +247,8 @@ dependencies = [
247247
"libgit2-sys 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
248248
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
249249
"miow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
250-
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
251250
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
251+
"rustc-workspace-hack 1.0.0",
252252
"rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
253253
"same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
254254
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -351,20 +351,18 @@ name = "clippy"
351351
version = "0.0.212"
352352
dependencies = [
353353
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
354-
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
355354
"cargo_metadata 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
356355
"clippy-mini-macro-test 0.2.0",
357356
"clippy_lints 0.0.212",
358357
"compiletest_rs 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
359358
"derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
360359
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
361-
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
362360
"regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
361+
"rustc-workspace-hack 1.0.0",
363362
"rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
364363
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
365364
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
366365
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
367-
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
368366
]
369367

370368
[[package]]
@@ -606,6 +604,11 @@ name = "crossbeam-utils"
606604
version = "0.4.1"
607605
source = "registry+https://github.com/rust-lang/crates.io-index"
608606

607+
[[package]]
608+
name = "crossbeam-utils"
609+
version = "0.5.0"
610+
source = "registry+https://github.com/rust-lang/crates.io-index"
611+
609612
[[package]]
610613
name = "crypto-hash"
611614
version = "0.3.1"
@@ -1791,7 +1794,8 @@ dependencies = [
17911794
"rls-rustc 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
17921795
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
17931796
"rls-vfs 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1794-
"rustfmt-nightly 0.9.0 (git+https://github.com/rust-lang-nursery/rustfmt?rev=7e3dc8fae7ed84cc1879ef4e0bc6f00dfe059e1b)",
1797+
"rustc-workspace-hack 1.0.0",
1798+
"rustfmt-nightly 0.9.0",
17951799
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
17961800
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
17971801
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1849,7 +1853,6 @@ name = "rls-vfs"
18491853
version = "0.4.6"
18501854
source = "registry+https://github.com/rust-lang/crates.io-index"
18511855
dependencies = [
1852-
"racer 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
18531856
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
18541857
]
18551858

@@ -1900,6 +1903,14 @@ dependencies = [
19001903
"rustc-ap-rustc_data_structures 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
19011904
]
19021905

1906+
[[package]]
1907+
name = "rustc-ap-arena"
1908+
version = "211.0.0"
1909+
source = "registry+https://github.com/rust-lang/crates.io-index"
1910+
dependencies = [
1911+
"rustc-ap-rustc_data_structures 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1912+
]
1913+
19031914
[[package]]
19041915
name = "rustc-ap-rustc_cratesio_shim"
19051916
version = "209.0.0"
@@ -1909,6 +1920,15 @@ dependencies = [
19091920
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
19101921
]
19111922

1923+
[[package]]
1924+
name = "rustc-ap-rustc_cratesio_shim"
1925+
version = "211.0.0"
1926+
source = "registry+https://github.com/rust-lang/crates.io-index"
1927+
dependencies = [
1928+
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1929+
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1930+
]
1931+
19121932
[[package]]
19131933
name = "rustc-ap-rustc_data_structures"
19141934
version = "209.0.0"
@@ -1927,6 +1947,24 @@ dependencies = [
19271947
"stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
19281948
]
19291949

1950+
[[package]]
1951+
name = "rustc-ap-rustc_data_structures"
1952+
version = "211.0.0"
1953+
source = "registry+https://github.com/rust-lang/crates.io-index"
1954+
dependencies = [
1955+
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1956+
"ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
1957+
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1958+
"parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
1959+
"parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
1960+
"rustc-ap-rustc_cratesio_shim 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1961+
"rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1962+
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1963+
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1964+
"rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1965+
"stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1966+
]
1967+
19301968
[[package]]
19311969
name = "rustc-ap-rustc_errors"
19321970
version = "209.0.0"
@@ -1940,6 +1978,19 @@ dependencies = [
19401978
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
19411979
]
19421980

1981+
[[package]]
1982+
name = "rustc-ap-rustc_errors"
1983+
version = "211.0.0"
1984+
source = "registry+https://github.com/rust-lang/crates.io-index"
1985+
dependencies = [
1986+
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
1987+
"rustc-ap-rustc_data_structures 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1988+
"rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1989+
"rustc-ap-syntax_pos 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1990+
"termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
1991+
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1992+
]
1993+
19431994
[[package]]
19441995
name = "rustc-ap-rustc_target"
19451996
version = "209.0.0"
@@ -1951,11 +2002,27 @@ dependencies = [
19512002
"rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
19522003
]
19532004

2005+
[[package]]
2006+
name = "rustc-ap-rustc_target"
2007+
version = "211.0.0"
2008+
source = "registry+https://github.com/rust-lang/crates.io-index"
2009+
dependencies = [
2010+
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2011+
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2012+
"rustc-ap-rustc_cratesio_shim 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2013+
"rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2014+
]
2015+
19542016
[[package]]
19552017
name = "rustc-ap-serialize"
19562018
version = "209.0.0"
19572019
source = "registry+https://github.com/rust-lang/crates.io-index"
19582020

2021+
[[package]]
2022+
name = "rustc-ap-serialize"
2023+
version = "211.0.0"
2024+
source = "registry+https://github.com/rust-lang/crates.io-index"
2025+
19592026
[[package]]
19602027
name = "rustc-ap-syntax"
19612028
version = "209.0.0"
@@ -1971,6 +2038,21 @@ dependencies = [
19712038
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
19722039
]
19732040

2041+
[[package]]
2042+
name = "rustc-ap-syntax"
2043+
version = "211.0.0"
2044+
source = "registry+https://github.com/rust-lang/crates.io-index"
2045+
dependencies = [
2046+
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2047+
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2048+
"rustc-ap-rustc_data_structures 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2049+
"rustc-ap-rustc_errors 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2050+
"rustc-ap-rustc_target 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2051+
"rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2052+
"rustc-ap-syntax_pos 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2053+
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2054+
]
2055+
19742056
[[package]]
19752057
name = "rustc-ap-syntax_pos"
19762058
version = "209.0.0"
@@ -1984,6 +2066,19 @@ dependencies = [
19842066
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
19852067
]
19862068

2069+
[[package]]
2070+
name = "rustc-ap-syntax_pos"
2071+
version = "211.0.0"
2072+
source = "registry+https://github.com/rust-lang/crates.io-index"
2073+
dependencies = [
2074+
"cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2075+
"rustc-ap-arena 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2076+
"rustc-ap-rustc_data_structures 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2077+
"rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2078+
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2079+
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2080+
]
2081+
19872082
[[package]]
19882083
name = "rustc-demangle"
19892084
version = "0.1.8"
@@ -2031,6 +2126,14 @@ name = "rustc-serialize"
20312126
version = "0.3.24"
20322127
source = "registry+https://github.com/rust-lang/crates.io-index"
20332128

2129+
[[package]]
2130+
name = "rustc-workspace-hack"
2131+
version = "1.0.0"
2132+
dependencies = [
2133+
"syn 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)",
2134+
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
2135+
]
2136+
20342137
[[package]]
20352138
name = "rustc_allocator"
20362139
version = "0.0.0"
@@ -2461,32 +2564,6 @@ dependencies = [
24612564
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
24622565
]
24632566

2464-
[[package]]
2465-
name = "rustfmt-nightly"
2466-
version = "0.9.0"
2467-
source = "git+https://github.com/rust-lang-nursery/rustfmt?rev=7e3dc8fae7ed84cc1879ef4e0bc6f00dfe059e1b#7e3dc8fae7ed84cc1879ef4e0bc6f00dfe059e1b"
2468-
dependencies = [
2469-
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
2470-
"derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
2471-
"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
2472-
"env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
2473-
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2474-
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
2475-
"isatty 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
2476-
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
2477-
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2478-
"regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2479-
"rustc-ap-rustc_target 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2480-
"rustc-ap-syntax 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2481-
"rustc-ap-syntax_pos 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2482-
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
2483-
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
2484-
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
2485-
"term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
2486-
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2487-
"unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2488-
]
2489-
24902567
[[package]]
24912568
name = "rustfmt-nightly"
24922569
version = "0.9.0"
@@ -2503,9 +2580,9 @@ dependencies = [
25032580
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
25042581
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
25052582
"regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
2506-
"rustc-ap-rustc_target 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2507-
"rustc-ap-syntax 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2508-
"rustc-ap-syntax_pos 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2583+
"rustc-ap-rustc_target 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2584+
"rustc-ap-syntax 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2585+
"rustc-ap-syntax_pos 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
25092586
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
25102587
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
25112588
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3120,10 +3197,6 @@ name = "yaml-rust"
31203197
version = "0.3.5"
31213198
source = "registry+https://github.com/rust-lang/crates.io-index"
31223199

3123-
[[patch.unused]]
3124-
name = "rustc-workspace-hack"
3125-
version = "1.0.0"
3126-
31273200
[metadata]
31283201
"checksum aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c1c6d463cbe7ed28720b5b489e7c083eeb8f90d08be2a0d6bb9e1ffea9ce1afa"
31293202
"checksum ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd4c682378117e4186a492b2252b9537990e1617f44aed9788b9a1149de45477"
@@ -3164,6 +3237,7 @@ version = "1.0.0"
31643237
"checksum crossbeam-epoch 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "285987a59c4d91388e749850e3cb7b3a92299668528caaacd08005b8f238c0ea"
31653238
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
31663239
"checksum crossbeam-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ea52fab26a99d96cdff39d0ca75c9716125937f5dba2ab83923aaaf5928f684a"
3240+
"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
31673241
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
31683242
"checksum curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "893713db705eab9847e050268507b0e2a2aad64e90a831874bd4e8e0d67f9523"
31693243
"checksum curl-sys 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "de9cf174efdf90b5887c4e2e900769373c89c5e18152e8f3ed75b501a6f1c0fb"
@@ -3293,21 +3367,28 @@ version = "1.0.0"
32933367
"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
32943368
"checksum rls-vfs 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ecbc8541b4c341d6271eae10f869dd9d36db871afe184f5b6f9bffbd6ed0373f"
32953369
"checksum rustc-ap-arena 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b098827864368459cbc7a79fbc54eafb92df7e00a46c0cda352b5a21583ee436"
3370+
"checksum rustc-ap-arena 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eec75ed880706dd9a05bc770c327ed142fa7d4b648d9757fbc71d821d68448a5"
32963371
"checksum rustc-ap-rustc_cratesio_shim 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef4d923dea14fb085bca743fb982f6a3bc11c0d5d30b822bcf6fa16e9464a56c"
3372+
"checksum rustc-ap-rustc_cratesio_shim 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0f5d54615bedbae65a976e0835edf0de90dd962ec818c0149fe181d5cd81da9e"
32973373
"checksum rustc-ap-rustc_data_structures 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18c6a5c9edc6b4ae035cdc03af7d8662d39fad7879c5501d103e7087dfaebc80"
3374+
"checksum rustc-ap-rustc_data_structures 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e7c51cc6e79eab25c7ea84a7e104e81e6f44cca32709df54c2cdb4e7059d7843"
32983375
"checksum rustc-ap-rustc_errors 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9a1e9bdc597abd95cebce0c14c1da58943a9e5b8255530a0fec30659d144eb0b"
3376+
"checksum rustc-ap-rustc_errors 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff050095b7afb254506591ee7d3a5d0fb9c03c16f8c2741b588178085e563d49"
32993377
"checksum rustc-ap-rustc_target 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "142ddef3dc12dda2bcd3412f0d96d3745413a8fbc2f224f0cc97afa04c071d89"
3378+
"checksum rustc-ap-rustc_target 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "53c7a8c21c3b05f24998fa6ab9ded6269810a2f3ae12ff301c432c1e9fa8e111"
33003379
"checksum rustc-ap-serialize 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b08f8f175b038a82caa7e51fc52b72ff96cfe8c1429755da30380dbd4199c7f"
3380+
"checksum rustc-ap-serialize 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad4713c2c0c26a45ead8fb16fee88e16fecf999588ae6920847cbaeb19565b7f"
33013381
"checksum rustc-ap-syntax 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4c802e0e1fbc64eddc21e0798527eb1f5fdbd5781d119bd2c44b6130afdc81cc"
3382+
"checksum rustc-ap-syntax 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "768e2698f912913be2ccd355b2dea62c978efc356f75db1400605f3642905d53"
33023383
"checksum rustc-ap-syntax_pos 209.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "008d47cc54ed12a2784217b9e6630a7fa1c8dc3591a283f65ad4b7fa307d49d5"
3384+
"checksum rustc-ap-syntax_pos 211.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a280dc8919aa7f684832ba3eeab2f6c96dbe2e2e4f6a922f7f0bdb3a9dd9e641"
33033385
"checksum rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649"
33043386
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
33053387
"checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306"
33063388
"checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649"
33073389
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
33083390
"checksum rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a54aa04a10c68c1c4eacb4337fd883b435997ede17a9385784b990777686b09a"
33093391
"checksum rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "756567f00f7d89c9f89a5c401b8b1caaa122e27240b9eaadd0bb52ee0b680b1b"
3310-
"checksum rustfmt-nightly 0.9.0 (git+https://github.com/rust-lang-nursery/rustfmt?rev=7e3dc8fae7ed84cc1879ef4e0bc6f00dfe059e1b)" = "<none>"
33113392
"checksum same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637"
33123393
"checksum schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "dc1fabf2a7b6483a141426e1afd09ad543520a77ac49bd03c286e7696ccfd77f"
33133394
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"

‎src/librustdoc/clean/auto_trait.rs

+2-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@
99
// except according to those terms.
1010

1111
use rustc::hir;
12-
use rustc::traits::{self, auto_trait as auto};
13-
use rustc::ty::{self, ToPredicate, TypeFoldable};
14-
use rustc::ty::subst::Subst;
15-
use rustc::infer::InferOk;
16-
use rustc::middle::cstore::CrateStore;
12+
use rustc::traits::auto_trait as auto;
13+
use rustc::ty::{self, TypeFoldable};
1714
use std::fmt::Debug;
1815

1916
use self::def_ctor::{get_def_from_def_id, get_def_from_node_id};

‎src/librustdoc/clean/blanket_impl.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ use super::*;
2121

2222
use self::def_ctor::{get_def_from_def_id, get_def_from_node_id};
2323

24-
pub struct BlanketImplFinder<'a, 'tcx: 'a, 'rcx: 'a> {
25-
pub cx: &'a core::DocContext<'a, 'tcx, 'rcx>,
24+
pub struct BlanketImplFinder<'a, 'tcx: 'a, 'rcx: 'a, 'cstore: 'rcx> {
25+
pub cx: &'a core::DocContext<'a, 'tcx, 'rcx, 'cstore>,
2626
}
2727

28-
impl<'a, 'tcx, 'rcx> BlanketImplFinder <'a, 'tcx, 'rcx> {
29-
pub fn new(cx: &'a core::DocContext<'a, 'tcx, 'rcx>) -> Self {
28+
impl<'a, 'tcx, 'rcx, 'cstore> BlanketImplFinder <'a, 'tcx, 'rcx, 'cstore> {
29+
pub fn new(cx: &'a core::DocContext<'a, 'tcx, 'rcx, 'cstore>) -> Self {
3030
BlanketImplFinder { cx }
3131
}
3232

0 commit comments

Comments
 (0)
Please sign in to comment.