]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_errors/Cargo.toml
Rollup merge of #95738 - GuillaumeGomez:item-info-switch-to-span, r=jsha
[rust.git] / compiler / rustc_errors / Cargo.toml
index 4846dc43605f8f0f07be62f63f3afbb7030c7f52..5f919982890e0305d7f75bd9170011870dbe0cb3 100644 (file)
@@ -8,6 +8,7 @@ doctest = false
 
 [dependencies]
 tracing = "0.1"
+rustc_error_messages = { path = "../rustc_error_messages" }
 rustc_serialize = { path = "../rustc_serialize" }
 rustc_span = { path = "../rustc_span" }
 rustc_macros = { path = "../rustc_macros" }