We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MacroCall
1 parent 63ccbec commit bf09c92Copy full SHA for bf09c92
1 file changed
rust/extractor/src/translate/base.rs
@@ -915,6 +915,7 @@ impl<'a> Translator<'a> {
915
expanded.into(),
916
&mut self.trap.writer,
917
);
918
+ self.emit_location(label, node);
919
return Some(label);
920
}
921
0 commit comments