diff options
| author | Frank Steffahn <frank.steffahn@stu.uni-kiel.de> | 2021-08-22 16:37:47 +0200 |
|---|---|---|
| committer | Frank Steffahn <frank.steffahn@stu.uni-kiel.de> | 2021-08-22 16:37:47 +0200 |
| commit | b08b92eb42e4f19d95f99da854cf33008a7687b2 (patch) | |
| tree | 522dd8472b4835ce62d8d9a21492152cee008b82 | |
| parent | be9d2699ca3581448097ec446fecb45ec171975e (diff) | |
| download | rust-b08b92eb42e4f19d95f99da854cf33008a7687b2.tar.gz rust-b08b92eb42e4f19d95f99da854cf33008a7687b2.zip | |
Revert a change of “an --extern” (can be read with “dash dash”)
| -rw-r--r-- | compiler/rustc_metadata/src/creader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_metadata/src/creader.rs b/compiler/rustc_metadata/src/creader.rs index 620ce8c0025..394cb838935 100644 --- a/compiler/rustc_metadata/src/creader.rs +++ b/compiler/rustc_metadata/src/creader.rs @@ -308,7 +308,7 @@ impl<'a> CrateLoader<'a> { } // Alright, so we've gotten this far which means that `data` has the - // 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 // pointing for ourselves. We're still not quite yet done because we // have to make sure that this crate was found in the crate lookup // path (this is a top-level dependency) as we don't want to |
