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 1636f61 commit 6e8dedaCopy full SHA for 6e8deda
crates/hir_expand/src/db.rs
@@ -366,7 +366,7 @@ fn macro_expand(db: &dyn AstDatabase, id: MacroCallId) -> ExpandResult<Option<Ar
366
367
let macro_arg = match db.macro_arg(id) {
368
Some(it) => it,
369
- None => return ExpandResult::str_err("Fail to args in to tt::TokenTree".into()),
+ None => return ExpandResult::str_err("Fail to lower args to token tree".into()),
370
};
371
372
let macro_rules = match db.macro_def(loc.def) {
0 commit comments