Struct rustc_monomorphize::collector::RootCollector [−][src]
struct RootCollector<'a, 'tcx> {
tcx: TyCtxt<'tcx>,
mode: MonoItemCollectionMode,
output: &'a mut Vec<Spanned<MonoItem<'tcx>>>,
entry_fn: Option<(DefId, EntryFnType)>,
}
Fields
tcx: TyCtxt<'tcx>
mode: MonoItemCollectionMode
output: &'a mut Vec<Spanned<MonoItem<'tcx>>>
entry_fn: Option<(DefId, EntryFnType)>
Implementations
If def_id
represents a root, pushes it onto the list of
outputs. (Note that all roots must be monomorphic.)
As a special case, when/if we encounter the
main()
function, we also have to generate a
monomorphized copy of the start lang item based on
the return type of main
. This is not needed when
the user writes their own start
manually.
Trait Implementations
Auto Trait Implementations
impl<'a, 'tcx> !RefUnwindSafe for RootCollector<'a, 'tcx>
impl<'a, 'tcx> !Send for RootCollector<'a, 'tcx>
impl<'a, 'tcx> !Sync for RootCollector<'a, 'tcx>
impl<'a, 'tcx> Unpin for RootCollector<'a, 'tcx> where
'tcx: 'a,
impl<'a, 'tcx> !UnwindSafe for RootCollector<'a, 'tcx>
Blanket Implementations
Layout
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: 32 bytes