]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_infer/src/lib.rs
Rollup merge of #85404 - pietroalbini:relnotes-1.52.1, r=Mark-Simulacrum
[rust.git] / compiler / rustc_infer / src / lib.rs
index d352214b57926f908eb36a59c4ac7cec7a4f71fc..15b4a7ed2071784eef55ce060f6f8bfd4f39470e 100644 (file)
@@ -2,7 +2,7 @@
 //!
 //! - **Type inference.** The type inference code can be found in the `infer` module;
 //!   this code handles low-level equality and subtyping operations. The
-//!   type check pass in the compiler is found in the `librustc_typeck` crate.
+//!   type check pass in the compiler is found in the `rustc_typeck` crate.
 //!
 //! For more information about how rustc works, see the [rustc dev guide].
 //!
@@ -16,7 +16,6 @@
 #![feature(bool_to_option)]
 #![feature(box_patterns)]
 #![feature(box_syntax)]
-#![feature(const_fn)]
 #![feature(const_panic)]
 #![feature(extend_one)]
 #![feature(iter_zip)]