We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
codemap::Span
1 parent 8537ab9 commit 91a33a0Copy full SHA for 91a33a0
tests/testsuite/cross_compile.rs
@@ -220,7 +220,7 @@ fn plugin_deps() {
220
221
use rustc_plugin::Registry;
222
use syntax::tokenstream::TokenTree;
223
- use syntax::codemap::Span;
+ use syntax::source_map::Span;
224
use syntax::ast::*;
225
use syntax::ext::base::{ExtCtxt, MacEager, MacResult};
226
use syntax::ext::build::AstBuilder;
@@ -320,7 +320,7 @@ fn plugin_to_the_max() {
320
321
322
323
324
325
326
0 commit comments