Skip to content

Commit a0c2c64

Browse files
committed
Fix rebase
1 parent 6e4f161 commit a0c2c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax_ext/global_allocator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub fn expand(
3030
};
3131

3232
// Generate a bunch of new items using the AllocFnFactory
33-
let span = item.span.with_ctxt(SyntaxContext::empty().apply_mark(ecx.current_expansion.mark));
33+
let span = item.span.with_ctxt(SyntaxContext::empty().apply_mark(ecx.current_expansion.id));
3434
let f = AllocFnFactory {
3535
span,
3636
kind: AllocatorKind::Global,

0 commit comments

Comments
 (0)