X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_feature%2Flib.rs;h=01546f78257746cbaaeb8f4eb443ca266d116880;hb=e22ae2c096ed2b58ab0d6c029b8ae985a1749e1c;hp=71a464279253b12ef817d8f50159da82cd787ac7;hpb=93ff89794f6d54da669794206a7f8e273b1f8c9d;p=rust.git diff --git a/src/librustc_feature/lib.rs b/src/librustc_feature/lib.rs index 71a46427925..01546f78257 100644 --- a/src/librustc_feature/lib.rs +++ b/src/librustc_feature/lib.rs @@ -1,7 +1,8 @@ //! # Feature gates //! //! This crate declares the set of past and present unstable features in the compiler. -//! Feature gate checking itself is done in `libsyntax/feature_gate/check.rs` at the moment. +//! Feature gate checking itself is done in `librustc_ast_passes/feature_gate.rs` +//! at the moment. //! //! Features are enabled in programs via the crate-level attributes of //! `#![feature(...)]` with a comma-separated list of features.