File tree 4 files changed +4
-1
lines changed
4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ rustc_data_structures = { path = "../rustc_data_structures" }
17
17
rustc_errors = { path = " ../rustc_errors" }
18
18
rustc_feature = { path = " ../rustc_feature" }
19
19
rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
20
+ rustc_hir = { path = " ../rustc_hir" }
20
21
rustc_lexer = { path = " ../rustc_lexer" }
21
22
rustc_lint_defs = { path = " ../rustc_lint_defs" }
22
23
rustc_macros = { path = " ../rustc_macros" }
Original file line number Diff line number Diff line change @@ -15,5 +15,6 @@ rustc_serialize = { path = "../rustc_serialize" }
15
15
rustc_span = { path = " ../rustc_span" }
16
16
rustc_target = { path = " ../rustc_target" }
17
17
smallvec = { version = " 1.8.1" , features = [" union" , " may_dangle" ] }
18
+ thin-vec = " 0.2.12"
18
19
tracing = " 0.1"
19
20
# tidy-alphabetical-end
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ tracing = "0.1"
9
9
twox-hash = " 1.6.3"
10
10
rustc_data_structures = { path = " ../rustc_data_structures" }
11
11
rustc_hir = { path = " ../rustc_hir" }
12
+ rustc_attr = { path = " ../rustc_attr" }
12
13
rustc_middle = { path = " ../rustc_middle" }
13
14
rustc_span = { path = " ../rustc_span" }
14
15
rustc_target = { path = " ../rustc_target" }
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ edition = "2021"
7
7
# tidy-alphabetical-start
8
8
rustc_abi = { path = " ../rustc_abi" }
9
9
rustc_ast = { path = " ../rustc_ast" }
10
- rustc_ast_pretty = { path = " ../rustc_ast_pretty" }
11
10
rustc_data_structures = { path = " ../rustc_data_structures" }
12
11
rustc_hir = { path = " ../rustc_hir" }
12
+ rustc_hir_pretty = { path = " ../rustc_hir_pretty" }
13
13
rustc_middle = { path = " ../rustc_middle" }
14
14
rustc_session = { path = " ../rustc_session" }
15
15
rustc_span = { path = " ../rustc_span" }
You can’t perform that action at this time.
0 commit comments