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 e04c0f4 commit 5ea83feCopy full SHA for 5ea83fe
crates/ra_hir_expand/src/eager.rs
@@ -40,7 +40,7 @@ pub fn expand_eager_macro(
40
41
// Note:
42
// When `lazy_expand` is called, its *parent* file must be already exists.
43
- // Here we store an eager macro id for the argument expaned here
+ // Here we store an eager macro id for the argument expanded subtree here
44
// for that purpose.
45
let arg_id: MacroCallId = db
46
.intern_eager_expansion({
0 commit comments