]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_ssa/Cargo.toml
Rollup merge of #69034 - petrochenkov:notokind, r=Centril
[rust.git] / src / librustc_codegen_ssa / Cargo.toml
index eb192b27405e9ad91945174d75b8e37d3c478f8d..8d767e5c2a04f46be4652a1164b4f11d6ccb02b4 100644 (file)
@@ -24,6 +24,7 @@ syntax = { path = "../libsyntax" }
 rustc_span = { path = "../librustc_span" }
 rustc = { path = "../librustc" }
 rustc_apfloat = { path = "../librustc_apfloat" }
+rustc_attr = { path = "../librustc_attr" }
 rustc_codegen_utils = { path = "../librustc_codegen_utils" }
 rustc_data_structures = { path = "../librustc_data_structures"}
 rustc_errors = { path = "../librustc_errors" }
@@ -32,5 +33,4 @@ rustc_hir = { path = "../librustc_hir" }
 rustc_incremental = { path = "../librustc_incremental" }
 rustc_index = { path = "../librustc_index" }
 rustc_target = { path = "../librustc_target" }
-rustc_error_codes = { path = "../librustc_error_codes" }
 rustc_session = { path = "../librustc_session" }