Skip to content

Commit 2d349ae

Browse files
digama0lnicola
andauthored
Update crates/hir_expand/src/db.rs
Co-authored-by: Laurențiu Nicola <[email protected]>
1 parent 6e8deda commit 2d349ae

File tree

1 file changed

+1
-1
lines changed
  • crates/hir_expand/src

1 file changed

+1
-1
lines changed

crates/hir_expand/src/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ fn macro_expand(db: &dyn AstDatabase, id: MacroCallId) -> ExpandResult<Option<Ar
366366

367367
let macro_arg = match db.macro_arg(id) {
368368
Some(it) => it,
369-
None => return ExpandResult::str_err("Fail to lower args to token tree".into()),
369+
None => return ExpandResult::str_err("Fail to lower macro args to token tree".into()),
370370
};
371371

372372
let macro_rules = match db.macro_def(loc.def) {

0 commit comments

Comments
 (0)