]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/lib.rs
Rollup merge of #67272 - fisherdarling:master, r=varkor,hellow554
[rust.git] / src / librustdoc / lib.rs
index 4e0a2d9427431778ce821fb4185670e6c742c9cb..eab88b7165d6bc939a89e90d7e3e7f700ceaabfe 100644 (file)
@@ -26,6 +26,7 @@
 extern crate rustc_feature;
 extern crate rustc_hir;
 extern crate rustc_index;
+extern crate rustc_infer;
 extern crate rustc_interface;
 extern crate rustc_lexer;
 extern crate rustc_lint;