]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_feature/src/lib.rs
Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrum
[rust.git] / compiler / rustc_feature / src / lib.rs
index 2a7c2a02fbaf4b5e728a16520e2fb8ac23e12f98..654d2408580fe932e23195dd659267b4d9e50860 100644 (file)
@@ -1,7 +1,7 @@
 //! # Feature gates
 //!
 //! This crate declares the set of past and present unstable features in the compiler.
-//! Feature gate checking itself is done in `librustc_ast_passes/feature_gate.rs`
+//! Feature gate checking itself is done in `rustc_ast_passes/src/feature_gate.rs`
 //! at the moment.
 //!
 //! Features are enabled in programs via the crate-level attributes of