Rename syntax_pos
to rustc_span
in source code
This commit is contained in:
parent
38aa6bdfd7
commit
70f1d57048
383 changed files with 601 additions and 601 deletions
|
@ -35,9 +35,9 @@ use rustc_codegen_ssa::back::write::submit_codegened_module_to_llvm;
|
|||
use rustc_codegen_ssa::traits::*;
|
||||
|
||||
use rustc::hir::CodegenFnAttrs;
|
||||
use rustc_span::symbol::Symbol;
|
||||
use std::ffi::CString;
|
||||
use std::time::Instant;
|
||||
use syntax_pos::symbol::Symbol;
|
||||
|
||||
use crate::value::Value;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue