File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ edition = "2021"
6
6
[lib ]
7
7
8
8
[dependencies ]
9
+ rustc_ast = { path = " ../rustc_ast" }
9
10
rustc_ast_pretty = { path = " ../rustc_ast_pretty" }
10
- rustc_serialize = { path = " ../rustc_serialize" }
11
- rustc_errors = { path = " ../rustc_errors" }
12
- rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
13
- rustc_span = { path = " ../rustc_span" }
14
11
rustc_data_structures = { path = " ../rustc_data_structures" }
12
+ rustc_errors = { path = " ../rustc_errors" }
15
13
rustc_feature = { path = " ../rustc_feature" }
14
+ rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
16
15
rustc_lexer = { path = " ../rustc_lexer" }
17
16
rustc_macros = { path = " ../rustc_macros" }
17
+ rustc_serialize = { path = " ../rustc_serialize" }
18
18
rustc_session = { path = " ../rustc_session" }
19
- rustc_ast = { path = " ../rustc_ast " }
19
+ rustc_span = { path = " ../rustc_span " }
You can’t perform that action at this time.
0 commit comments