diff options
| author | lcnr <rust@lcnr.de> | 2022-03-30 11:24:26 +0200 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2022-03-30 11:24:26 +0200 |
| commit | 01d4e835c1c7f7035efe6c187a0137dd2432c2c3 (patch) | |
| tree | 8cde786755abf070d4341163c8eaaae703483c9f /compiler/rustc_metadata/src | |
| parent | 00cf7af44aaecb5b91f58ec8f1737f6623f910d3 (diff) | |
| download | rust-01d4e835c1c7f7035efe6c187a0137dd2432c2c3.tar.gz rust-01d4e835c1c7f7035efe6c187a0137dd2432c2c3.zip | |
typo
Diffstat (limited to 'compiler/rustc_metadata/src')
| -rw-r--r-- | compiler/rustc_metadata/src/rmeta/decoder.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_metadata/src/rmeta/decoder.rs b/compiler/rustc_metadata/src/rmeta/decoder.rs index 7c5f6d4c62d..e88ef68c722 100644 --- a/compiler/rustc_metadata/src/rmeta/decoder.rs +++ b/compiler/rustc_metadata/src/rmeta/decoder.rs @@ -97,7 +97,7 @@ crate struct CrateMetadata { trait_impls: FxHashMap<(u32, DefIndex), Lazy<[(DefIndex, Option<SimplifiedType>)]>>, /// Inherent impls which do not follow the normal coherence rules. /// - /// These can be introduces using either `#![rustc_coherence_is_core]` + /// These can be introduced using either `#![rustc_coherence_is_core]` /// or `#[rustc_allow_incoherent_impl]`. incoherent_impls: FxHashMap<SimplifiedType, Lazy<[DefIndex]>>, /// Proc macro descriptions for this crate, if it's a proc macro crate. |
