ShouldMerge in rustdoc::config - Rust (original) (raw)
pub(crate) struct ShouldMerge {
pub(crate) read_rendered_cci: bool,
pub(crate) write_rendered_cci: bool,
}
Expand description
Controls merging of cross-crate information
Should we append to existing cci in the doc root
Should we write cci to the doc root
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 2 bytes