Enum rustc_trans::ModuleSource [] [src]

pub enum ModuleSource {
    Preexisting(WorkProduct),
    Translated(ModuleLlvm),
}
🔬 This is a nightly-only experimental API. (rustc_private)

Variants

🔬 This is a nightly-only experimental API. (rustc_private)

Copy the .o files or whatever from the incr. comp. directory.

🔬 This is a nightly-only experimental API. (rustc_private)

Rebuild from this LLVM module.

Trait Implementations

impl Clone for ModuleSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more