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 01e22b7 commit 5c29461Copy full SHA for 5c29461
rust/extractor/src/translate/base.rs
@@ -333,7 +333,7 @@ impl<'a> Translator<'a> {
333
) {
334
if self.macro_context_depth > 0 {
335
// we are in an attribute macro, don't emit anything: we would be failing to expand any
336
- // way as rust-analyser now only expands in the context of an expansion
+ // way as from version 0.0.274 rust-analyser only expands in the context of an expansion
337
return;
338
}
339
if let Some(expanded) = self
0 commit comments