about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/errors.rs
blob: 1a0e38fc0bb2961280a5c5ae16eabd54ae230c4e (plain)
1
2
3
4
5
6
7
use rustc_macros::SessionDiagnostic;

#[derive(SessionDiagnostic)]
#[diag(codegen_gcc::ranlib_failure)]
pub(crate) struct RanlibFailure {
    pub exit_code: Option<i32>
}