This commit is contained in:
lcnr 2022-03-30 11:24:26 +02:00
parent 00cf7af44a
commit 01d4e835c1

View file

@ -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.