Rust: add location to dummy MacroCalls in library mode

This commit is contained in:
Paolo Tranquilli
2025-07-02 10:33:53 +02:00
parent 63ccbec933
commit bf09c92528

View File

@@ -915,6 +915,7 @@ impl<'a> Translator<'a> {
expanded.into(),
&mut self.trap.writer,
);
self.emit_location(label, node);
return Some(label);
}
}