We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4f161 commit a0c2c64Copy full SHA for a0c2c64
src/libsyntax_ext/global_allocator.rs
@@ -30,7 +30,7 @@ pub fn expand(
30
};
31
32
// Generate a bunch of new items using the AllocFnFactory
33
- let span = item.span.with_ctxt(SyntaxContext::empty().apply_mark(ecx.current_expansion.mark));
+ let span = item.span.with_ctxt(SyntaxContext::empty().apply_mark(ecx.current_expansion.id));
34
let f = AllocFnFactory {
35
span,
36
kind: AllocatorKind::Global,
0 commit comments