We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9d269 commit b08b92eCopy full SHA for b08b92e
compiler/rustc_metadata/src/creader.rs
@@ -308,7 +308,7 @@ impl<'a> CrateLoader<'a> {
308
}
309
310
// Alright, so we've gotten this far which means that `data` has the
311
- // right name, we don't have a hash, and we don't have an --extern
+ // right name, we don't have a hash, and we don't have a --extern
312
// pointing for ourselves. We're still not quite yet done because we
313
// have to make sure that this crate was found in the crate lookup
314
// path (this is a top-level dependency) as we don't want to
0 commit comments