Reexport syntax_pos in codemap and fix some cfail tests

This commit is contained in:
Jonathan Turner
2016-06-24 09:05:28 -04:00
parent 89da728ac9
commit f5259ab955
3 changed files with 3 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ use std::rc::Rc;
use std::env;
use std::fs;
use std::io::{self, Read};
use syntax_pos::*;
pub use syntax_pos::*;
use errors::CodeMapper;
use ast::Name;