diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-12-13 16:27:07 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-12-19 15:30:32 +0000 |
| commit | 943f6a8ca9e9a52eb34ae927ecbd45d2d829d85d (patch) | |
| tree | 33f64f194ce0c0c3289516900ecdf1a49eb25952 /compiler/rustc_session/src | |
| parent | 7e6be136472a49c511a6861b9cbd9b6522c11762 (diff) | |
| download | rust-943f6a8ca9e9a52eb34ae927ecbd45d2d829d85d.tar.gz rust-943f6a8ca9e9a52eb34ae927ecbd45d2d829d85d.zip | |
Update comments
Diffstat (limited to 'compiler/rustc_session/src')
| -rw-r--r-- | compiler/rustc_session/src/cstore.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_session/src/cstore.rs b/compiler/rustc_session/src/cstore.rs index beae9dc278c..c8a5c22ad12 100644 --- a/compiler/rustc_session/src/cstore.rs +++ b/compiler/rustc_session/src/cstore.rs @@ -42,7 +42,7 @@ pub enum CrateDepKind { /// A dependency that is only used for its macros. MacrosOnly, /// A dependency that is always injected into the dependency list and so - /// doesn't need to be linked to an rlib, e.g., the injected allocator. + /// doesn't need to be linked to an rlib, e.g., the injected panic runtime. Implicit, /// A dependency that is required by an rlib version of this crate. /// Ordinary `extern crate`s result in `Explicit` dependencies. |
