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
|
@ -19,7 +19,7 @@ pub struct Svh {
|
|||
impl Svh {
|
||||
/// Creates a new `Svh` given the hash. If you actually want to
|
||||
/// compute the SVH from some HIR, you want the `calculate_svh`
|
||||
/// function found in `librustc_incremental`.
|
||||
/// function found in `rustc_incremental`.
|
||||
pub fn new(hash: u64) -> Svh {
|
||||
Svh { hash }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue