File tree Expand file tree Collapse file tree 8 files changed +11
-3
lines changed Expand file tree Collapse file tree 8 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ rustc_errors = { path = "../librustc_errors" }
2323rustc_llvm = { path = " ../librustc_llvm" }
2424serialize = { path = " ../libserialize" }
2525syntax = { path = " ../libsyntax" }
26- syntax_pos = { path "../libsyntax_pos" }
26+ syntax_pos = { path = " ../libsyntax_pos" }
Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ graphviz = { path = "../libgraphviz" }
1717rustc = { path = " ../librustc" }
1818rustc_data_structures = { path = " ../librustc_data_structures" }
1919rustc_mir = { path = " ../librustc_mir" }
20+ rustc_errors = { path = " ../librustc_errors" }
Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ rustc = { path = "../librustc" }
1515rustc_back = { path = " ../librustc_back" }
1616rustc_const_eval = { path = " ../librustc_const_eval" }
1717syntax = { path = " ../libsyntax" }
18+ syntax_pos = { path = " ../libsyntax_pos" }
Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ rustc_const_math = { path = "../librustc_const_math" }
1818rustc_data_structures = { path = " ../librustc_data_structures" }
1919rustc_bitflags = { path = " ../librustc_bitflags" }
2020syntax = { path = " ../libsyntax" }
21+ syntax_pos = { path = " ../libsyntax_pos" }
Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ rustc_back = { path = "../librustc_back" }
1515rustc_bitflags = { path = " ../librustc_bitflags" }
1616rustc_metadata = { path = " ../librustc_metadata" }
1717syntax = { path = " ../libsyntax" }
18- syntax_pos = { path = " ../libsyntax_pos" }
18+ syntax_pos = { path = " ../libsyntax_pos" }
19+ rustc_errors = { path = " ../librustc_errors" }
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ crate-type = ["dylib"]
1111[dependencies ]
1212rustc = { path = " ../librustc" }
1313syntax = { path = " ../libsyntax" }
14+ syntax_pos = { path = " ../libsyntax_pos" }
Original file line number Diff line number Diff line change @@ -19,3 +19,5 @@ rustc_back = { path = "../librustc_back" }
1919rustc_const_eval = { path = " ../librustc_const_eval" }
2020rustc_const_math = { path = " ../librustc_const_math" }
2121rustc_platform_intrinsics = { path = " ../librustc_platform_intrinsics" }
22+ syntax_pos = { path = " ../libsyntax_pos" }
23+ rustc_errors = { path = " ../librustc_errors" }
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ crate-type = ["dylib"]
1212serialize = { path = " ../libserialize" }
1313log = { path = " ../liblog" }
1414rustc_bitflags = { path = " ../librustc_bitflags" }
15- syntax_pos = { path = " ../libsyntax_pos" }
15+ syntax_pos = { path = " ../libsyntax_pos" }
16+ rustc_errors = { path = " ../librustc_errors" }
You can’t perform that action at this time.
0 commit comments