Skip to content

Commit 3bfc1ca

Browse files
committed
Get span from import_directive
1 parent 62cbea1 commit 3bfc1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/resolve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2059,7 +2059,7 @@ pub impl Resolver {
20592059
containing_module,
20602060
target,
20612061
source,
2062-
span);
2062+
import_directive.span);
20632063
}
20642064
GlobImport => {
20652065
let span = import_directive.span;

0 commit comments

Comments
 (0)