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
6e799438b7
commit
a7c4c3ee71
@ -1,6 +1,6 @@
|
||||
//! Codegen vtables and vtable accesses.
|
||||
//!
|
||||
//! See librustc_codegen_llvm/meth.rs for reference
|
||||
//! See `rustc_codegen_ssa/src/meth.rs` for reference.
|
||||
// FIXME dedup this logic between miri, cg_llvm and cg_clif
|
||||
|
||||
use crate::prelude::*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user