X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_feature%2Fsrc%2Flib.rs;h=654d2408580fe932e23195dd659267b4d9e50860;hb=f60a67025607e74fbee31c2007f8791c2f352b6a;hp=2a7c2a02fbaf4b5e728a16520e2fb8ac23e12f98;hpb=d2e2f64ef7bd98c8ce2c9ce77db27ea1617892ea;p=rust.git diff --git a/compiler/rustc_feature/src/lib.rs b/compiler/rustc_feature/src/lib.rs index 2a7c2a02fba..654d2408580 100644 --- a/compiler/rustc_feature/src/lib.rs +++ b/compiler/rustc_feature/src/lib.rs @@ -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