Struct rustc_llvm::diagnostic::OptimizationDiagnosticUnstable [-] [+] [src]

pub struct OptimizationDiagnostic {
    pub kind: OptimizationDiagnosticKind,
    pub pass_name: *const c_char,
    pub function: ValueRef,
    pub debug_loc: DebugLocRef,
    pub message: TwineRef,
}

Fields

kind
pass_name
function
debug_loc
message

Trait Implementations

Derived Implementations

impl Clone for OptimizationDiagnostic

fn clone(&self) -> OptimizationDiagnostic

fn clone_from(&mut self, source: &Self)

impl Copy for OptimizationDiagnostic