about summary refs log tree commit diff
path: root/src/libsyntax/util/parser_testing.rs
diff options
context:
space:
mode:
authorDonato Sciarra <sciarp@gmail.com>2018-08-18 12:14:03 +0200
committerDonato Sciarra <sciarp@gmail.com>2018-08-19 23:01:00 +0200
commit82607d2cf3866c7cc31050548f2fbfa39207e319 (patch)
treef55b1efaefb9088df83f268478ba0c8adefd6943 /src/libsyntax/util/parser_testing.rs
parentcbd05957103926fa10d41474fde773167fe64dfb (diff)
downloadrust-82607d2cf3866c7cc31050548f2fbfa39207e319.tar.gz
rust-82607d2cf3866c7cc31050548f2fbfa39207e319.zip
mv (mod) codemap source_map
Diffstat (limited to 'src/libsyntax/util/parser_testing.rs')
-rw-r--r--src/libsyntax/util/parser_testing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/util/parser_testing.rs b/src/libsyntax/util/parser_testing.rs
index 35dae1a4e67..b43d22d8855 100644
--- a/src/libsyntax/util/parser_testing.rs
+++ b/src/libsyntax/util/parser_testing.rs
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 use ast::{self, Ident};
-use codemap::FilePathMapping;
+use source_map::FilePathMapping;
 use parse::{ParseSess, PResult, source_file_to_stream};
 use parse::{lexer, new_parser_from_source_str};
 use parse::parser::Parser;