File tree 8 files changed +11
-3
lines changed
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" }
23
23
rustc_llvm = { path = " ../librustc_llvm" }
24
24
serialize = { path = " ../libserialize" }
25
25
syntax = { 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" }
17
17
rustc = { path = " ../librustc" }
18
18
rustc_data_structures = { path = " ../librustc_data_structures" }
19
19
rustc_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" }
15
15
rustc_back = { path = " ../librustc_back" }
16
16
rustc_const_eval = { path = " ../librustc_const_eval" }
17
17
syntax = { 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" }
18
18
rustc_data_structures = { path = " ../librustc_data_structures" }
19
19
rustc_bitflags = { path = " ../librustc_bitflags" }
20
20
syntax = { 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" }
15
15
rustc_bitflags = { path = " ../librustc_bitflags" }
16
16
rustc_metadata = { path = " ../librustc_metadata" }
17
17
syntax = { 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"]
11
11
[dependencies ]
12
12
rustc = { path = " ../librustc" }
13
13
syntax = { 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" }
19
19
rustc_const_eval = { path = " ../librustc_const_eval" }
20
20
rustc_const_math = { path = " ../librustc_const_math" }
21
21
rustc_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"]
12
12
serialize = { path = " ../libserialize" }
13
13
log = { path = " ../liblog" }
14
14
rustc_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