We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d5c74 commit e539996Copy full SHA for e539996
src/Cargo.lock
src/librustc_trans_utils/Cargo.toml
@@ -11,15 +11,5 @@ test = false
11
12
[dependencies]
13
rustc = { path = "../librustc" }
14
-rustc_allocator = { path = "../librustc_allocator" }
15
-rustc_back = { path = "../librustc_back" }
16
-rustc_bitflags = { path = "../librustc_bitflags" }
17
-rustc_const_math = { path = "../librustc_const_math" }
18
-rustc_data_structures = { path = "../librustc_data_structures" }
19
-rustc_errors = { path = "../librustc_errors" }
20
-rustc_incremental = { path = "../librustc_incremental" }
21
-rustc_llvm = { path = "../librustc_llvm" }
22
-rustc_platform_intrinsics = { path = "../librustc_platform_intrinsics" }
23
-serialize = { path = "../libserialize" }
24
syntax = { path = "../libsyntax" }
25
syntax_pos = { path = "../libsyntax_pos" }
0 commit comments