We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4bdf1 commit f8fded6Copy full SHA for f8fded6
src/receiver.rs
@@ -93,7 +93,7 @@ impl ReplaceSelf {
93
if modified {
94
*ident = Ident::new("__self", ident.span());
95
#[cfg(self_span_hack)]
96
- i.set_span(self.1);
+ ident.set_span(self.0);
97
}
98
modified
99
0 commit comments