mv (mod) codemap source_map

This commit is contained in:
Donato Sciarra
2018-08-18 12:14:03 +02:00
parent cbd0595710
commit 82607d2cf3
104 changed files with 157 additions and 153 deletions

View File

@@ -21,7 +21,7 @@
use ast::*;
use ast;
use syntax_pos::Span;
use codemap::{Spanned, respan};
use source_map::{Spanned, respan};
use parse::token::{self, Token};
use ptr::P;
use OneVector;