typo
This commit is contained in:
parent
00cf7af44a
commit
01d4e835c1
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ crate struct CrateMetadata {
|
||||||
trait_impls: FxHashMap<(u32, DefIndex), Lazy<[(DefIndex, Option<SimplifiedType>)]>>,
|
trait_impls: FxHashMap<(u32, DefIndex), Lazy<[(DefIndex, Option<SimplifiedType>)]>>,
|
||||||
/// Inherent impls which do not follow the normal coherence rules.
|
/// 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]`.
|
/// or `#[rustc_allow_incoherent_impl]`.
|
||||||
incoherent_impls: FxHashMap<SimplifiedType, Lazy<[DefIndex]>>,
|
incoherent_impls: FxHashMap<SimplifiedType, Lazy<[DefIndex]>>,
|
||||||
/// Proc macro descriptions for this crate, if it's a proc macro crate.
|
/// Proc macro descriptions for this crate, if it's a proc macro crate.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue