Skip to content

Commit af3c8b2

Browse files
committedFeb 16, 2023
Auto merge of rust-lang#101841 - nnethercote:rm-save-analysis, r=Mark-Simulacrum
Remove save-analysis. Most tests involving save-analysis were removed, but I kept a few where the `-Zsave-analysis` was an add-on to the main thing being tested, rather than the main thing being tested. Closes rust-lang#43606
2 parents 4b34c7b + 22a5125 commit af3c8b2

File tree

82 files changed

+50
-5215
lines changed

Some content is hidden

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

82 files changed

+50
-5215
lines changed
 

‎Cargo.lock

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -3495,25 +3495,6 @@ dependencies = [
34953495
"serde_json",
34963496
]
34973497

3498-
[[package]]
3499-
name = "rls-data"
3500-
version = "0.19.1"
3501-
source = "registry+https://github.com/rust-lang/crates.io-index"
3502-
checksum = "a58135eb039f3a3279a33779192f0ee78b56f57ae636e25cec83530e41debb99"
3503-
dependencies = [
3504-
"rls-span",
3505-
"serde",
3506-
]
3507-
3508-
[[package]]
3509-
name = "rls-span"
3510-
version = "0.5.3"
3511-
source = "registry+https://github.com/rust-lang/crates.io-index"
3512-
checksum = "f0eea58478fc06e15f71b03236612173a1b81e9770314edecfa664375e3e4c86"
3513-
dependencies = [
3514-
"serde",
3515-
]
3516-
35173498
[[package]]
35183499
name = "rust-demangler"
35193500
version = "0.0.1"
@@ -3965,7 +3946,6 @@ dependencies = [
39653946
"rustc_middle",
39663947
"rustc_parse",
39673948
"rustc_plugin_impl",
3968-
"rustc_save_analysis",
39693949
"rustc_session",
39703950
"rustc_span",
39713951
"rustc_target",
@@ -4625,27 +4605,6 @@ dependencies = [
46254605
"tracing",
46264606
]
46274607

4628-
[[package]]
4629-
name = "rustc_save_analysis"
4630-
version = "0.0.0"
4631-
dependencies = [
4632-
"rls-data",
4633-
"rls-span",
4634-
"rustc_ast",
4635-
"rustc_ast_pretty",
4636-
"rustc_data_structures",
4637-
"rustc_errors",
4638-
"rustc_hir",
4639-
"rustc_hir_pretty",
4640-
"rustc_lexer",
4641-
"rustc_macros",
4642-
"rustc_middle",
4643-
"rustc_session",
4644-
"rustc_span",
4645-
"serde_json",
4646-
"tracing",
4647-
]
4648-
46494608
[[package]]
46504609
name = "rustc_serialize"
46514610
version = "0.0.0"

‎compiler/rustc_driver_impl/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ rustc_macros = { path = "../rustc_macros" }
2222
rustc_metadata = { path = "../rustc_metadata" }
2323
rustc_parse = { path = "../rustc_parse" }
2424
rustc_plugin_impl = { path = "../rustc_plugin_impl" }
25-
rustc_save_analysis = { path = "../rustc_save_analysis" }
2625
rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
2726
rustc_session = { path = "../rustc_session" }
2827
rustc_error_codes = { path = "../rustc_error_codes" }

0 commit comments

Comments
 (0)
Please sign in to comment.