]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_borrowck/Cargo.toml
Suggest `.clone()` on method call move errors
[rust.git] / compiler / rustc_borrowck / Cargo.toml
index fbf628e865e2c8bc52331cf6a413cfdcfbeddf3a..f5001172754c711f8e36230aa0b861b1f2711445 100644 (file)
@@ -4,7 +4,6 @@ version = "0.0.0"
 edition = "2021"
 
 [lib]
-doctest = false
 
 [dependencies]
 either = "1.5.0"
@@ -16,6 +15,7 @@ rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_errors = { path = "../rustc_errors" }
 rustc_graphviz = { path = "../rustc_graphviz" }
 rustc_hir = { path = "../rustc_hir" }
+rustc_hir_analysis = { path = "../rustc_hir_analysis" }
 rustc_index = { path = "../rustc_index" }
 rustc_infer = { path = "../rustc_infer" }
 rustc_lexer = { path = "../rustc_lexer" }