File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ edition = "2021"
66[lib ]
77
88[dependencies ]
9+ rustc_ast = { path = " ../rustc_ast" }
910rustc_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" }
1411rustc_data_structures = { path = " ../rustc_data_structures" }
12+ rustc_errors = { path = " ../rustc_errors" }
1513rustc_feature = { path = " ../rustc_feature" }
14+ rustc_fluent_macro = { path = " ../rustc_fluent_macro" }
1615rustc_lexer = { path = " ../rustc_lexer" }
1716rustc_macros = { path = " ../rustc_macros" }
17+ rustc_serialize = { path = " ../rustc_serialize" }
1818rustc_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