1
Fork 0

Rename syntax_pos to rustc_span in source code

This commit is contained in:
Vadim Petrochenkov 2019-12-31 20:15:40 +03:00
parent 38aa6bdfd7
commit 70f1d57048
383 changed files with 601 additions and 601 deletions

View file

@ -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;