diff options
| author | Denis Merigoux <denis.merigoux@gmail.com> | 2018-08-29 16:40:47 +0200 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2018-11-16 14:11:59 +0200 |
| commit | 3aee77277efbac0b9b14b2097ea8a2c449fb1fc3 (patch) | |
| tree | 665945d226ace05cc576c73fbde486c37d249c2a /src/librustc_codegen_llvm/builder.rs | |
| parent | 83e07f9fe9b7237fd48f79112686b886ae56a920 (diff) | |
| download | rust-3aee77277efbac0b9b14b2097ea8a2c449fb1fc3.tar.gz rust-3aee77277efbac0b9b14b2097ea8a2c449fb1fc3.zip | |
Split CommonMethods to accomodate for use in back/write.rs
Diffstat (limited to 'src/librustc_codegen_llvm/builder.rs')
| -rw-r--r-- | src/librustc_codegen_llvm/builder.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/builder.rs b/src/librustc_codegen_llvm/builder.rs index 7f700b3314d..8a6cf1335cd 100644 --- a/src/librustc_codegen_llvm/builder.rs +++ b/src/librustc_codegen_llvm/builder.rs @@ -19,7 +19,7 @@ use rustc::ty::TyCtxt; use rustc::ty::layout::{Align, Size}; use rustc::session::{config, Session}; use rustc_data_structures::small_c_str::SmallCStr; -use interfaces::{BuilderMethods, Backend, CommonMethods}; +use interfaces::{BuilderMethods, Backend, CommonMethods, CommonWriteMethods}; use syntax; use std::borrow::Cow; |
