X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_symbol_mangling%2FCargo.toml;h=3db05225722e71aad54fad9c2e6d53d288992353;hb=1bafe0b0204a6e1ddc31a805adaaa33c1db2506c;hp=b104a40c231150fb3802ac03c127ace56da0f27b;hpb=b759b2efad2d9c713eeab19bf90736a12ff0d74c;p=rust.git diff --git a/compiler/rustc_symbol_mangling/Cargo.toml b/compiler/rustc_symbol_mangling/Cargo.toml index b104a40c231..3db05225722 100644 --- a/compiler/rustc_symbol_mangling/Cargo.toml +++ b/compiler/rustc_symbol_mangling/Cargo.toml @@ -18,3 +18,5 @@ rustc_hir = { path = "../rustc_hir" } rustc_target = { path = "../rustc_target" } rustc_data_structures = { path = "../rustc_data_structures" } rustc_session = { path = "../rustc_session" } +rustc_macros = { path = "../rustc_macros" } +rustc_errors = { path = "../rustc_errors" }