Skip to content

Commit a7c4c3e

Browse files
committed
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.
1 parent 6e79943 commit a7c4c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vtable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Codegen vtables and vtable accesses.
22
//!
3-
//! See librustc_codegen_llvm/meth.rs for reference
3+
//! See `rustc_codegen_ssa/src/meth.rs` for reference.
44
// FIXME dedup this logic between miri, cg_llvm and cg_clif
55

66
use crate::prelude::*;

0 commit comments

Comments
 (0)