]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_privacy/Cargo.toml
Rollup merge of #81592 - GuillaumeGomez:rustdoc-ui-fixes, r=Nemo157
[rust.git] / compiler / rustc_privacy / Cargo.toml
index ce83dc1de78c72e97314ddf144438c5d1422500e..85e584d5435076cdd7d19edb804b20f929acc9fe 100644 (file)
@@ -13,4 +13,5 @@ rustc_typeck = { path = "../rustc_typeck" }
 rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }
 rustc_data_structures = { path = "../rustc_data_structures" }
+rustc_trait_selection = { path = "../rustc_trait_selection" }
 tracing = "0.1"