Skip to content

Commit 2487417

Browse files
arielb1Ariel Ben-Yehuda
authored and
Ariel Ben-Yehuda
committed
split the FFI part of rustc_llvm to rustc_llvm::ffi
1 parent d091ef8 commit 2487417

File tree

5 files changed

+2087
-2067
lines changed

5 files changed

+2087
-2067
lines changed

src/librustc_llvm/diagnostic.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ pub use self::Diagnostic::*;
1616
use libc::{c_char, c_uint};
1717
use std::ptr;
1818

19-
use {DebugLocRef, DiagnosticInfoRef, TwineRef, ValueRef};
19+
use {DiagnosticInfoRef, TwineRef, ValueRef};
20+
use ffi::DebugLocRef;
2021

2122
#[derive(Copy, Clone)]
2223
pub enum OptimizationDiagnosticKind {

0 commit comments

Comments
 (0)