Fix outdated crate names in compiler docs
Changes `librustc_X` to `rustc_X`, only in documentation comments. Plain code comments are left unchanged. Also fix incorrect file paths.
This commit is contained in:
parent
b01026de46
commit
0019ca9141
23 changed files with 27 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue