We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7af19c commit 170acedCopy full SHA for 170aced
src/librustc_metadata/cstore.rs
@@ -70,7 +70,7 @@ pub struct CrateMetadata {
70
// whichever `TyCtxt` is being used to decode those values.
71
pub root: schema::CrateRoot<'static>,
72
73
- /// For each public item in this crate, we encode a key. When the
+ /// For each definition in this crate, we encode a key. When the
74
/// crate is loaded, we read all the keys and put them in this
75
/// hashmap, which gives the reverse mapping. This allows us to
76
/// quickly retrace a `DefPath`, which is needed for incremental
0 commit comments