Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1010 from matthiaskrgr/rustup
Browse files Browse the repository at this point in the history
codemap -> source_map
  • Loading branch information
Xanewok committed Aug 24, 2018
2 parents 22cebc6 + 034fbe8 commit e67fd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/rustc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use rustc_save_analysis as save;
use rustc_save_analysis::CallbackHandler;
use rustc_codegen_utils::codegen_backend::CodegenBackend;
use syntax::ast;
use syntax::codemap::{FileLoader, RealFileLoader};
use syntax::source_map::{FileLoader, RealFileLoader};
use rls_data::Analysis;
use rls_vfs::Vfs;
use log::{log, trace};
Expand Down

0 comments on commit e67fd48

Please sign in to comment.