Skip to content

Commit e61621c

Browse files
committedAug 8, 2020
Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov
Remove `librustc_ast` session globals By moving the data onto `Session`. r? @petrochenkov
2 parents 1d100ba + 96dd044 commit e61621c

File tree

121 files changed

+865
-842
lines changed

Some content is hidden

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

121 files changed

+865
-842
lines changed
 

‎Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -3195,7 +3195,6 @@ dependencies = [
31953195
"rustc_macros",
31963196
"rustc_serialize",
31973197
"rustc_span",
3198-
"scoped-tls",
31993198
"smallvec 1.4.0",
32003199
"tracing",
32013200
]

‎src/librustc_ast/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ doctest = false
1212
[dependencies]
1313
rustc_serialize = { path = "../librustc_serialize" }
1414
log = { package = "tracing", version = "0.1" }
15-
scoped-tls = "1.0"
1615
rustc_span = { path = "../librustc_span" }
1716
rustc_data_structures = { path = "../librustc_data_structures" }
1817
rustc_index = { path = "../librustc_index" }

0 commit comments

Comments
 (0)