Get span from import_directive

This commit is contained in:
Corey Richardson 2013-05-14 19:28:28 -04:00
parent 62cbea1ca1
commit 3bfc1ca91d

View file

@ -2059,7 +2059,7 @@ pub impl Resolver {
containing_module,
target,
source,
span);
import_directive.span);
}
GlobImport => {
let span = import_directive.span;