about summary refs log tree commit diff
path: root/src/librustc_builtin_macros/compile_error.rs
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-12-29 17:23:55 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-12-30 19:18:17 +0300
commita2823e3af6fd8bce53419e9945b7f7c63b267789 (patch)
treedd9489b2fd772ae62dd049132fb768488e52222c /src/librustc_builtin_macros/compile_error.rs
parentb9a9c5b4fd9008976b3ddfec8e02d8554f5a722b (diff)
downloadrust-a2823e3af6fd8bce53419e9945b7f7c63b267789.tar.gz
rust-a2823e3af6fd8bce53419e9945b7f7c63b267789.zip
Rename `libsyntax_ext` and `libsyntax_expand` in code
Diffstat (limited to 'src/librustc_builtin_macros/compile_error.rs')
-rw-r--r--src/librustc_builtin_macros/compile_error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_builtin_macros/compile_error.rs b/src/librustc_builtin_macros/compile_error.rs
index 394259fc67b..95bcb6b075b 100644
--- a/src/librustc_builtin_macros/compile_error.rs
+++ b/src/librustc_builtin_macros/compile_error.rs
@@ -1,7 +1,7 @@
 // The compiler code necessary to support the compile_error! extension.
 
+use rustc_expand::base::{self, *};
 use syntax::tokenstream::TokenStream;
-use syntax_expand::base::{self, *};
 use syntax_pos::Span;
 
 pub fn expand_compile_error<'cx>(