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 0adb0e1 commit 2df806aCopy full SHA for 2df806a
crates/hir/src/semantics.rs
@@ -331,7 +331,8 @@ impl<'db> SemanticsImpl<'db> {
331
BuiltinFnLikeExpander::Cfg
332
| BuiltinFnLikeExpander::StdPanic
333
| BuiltinFnLikeExpander::Stringify
334
- | BuiltinFnLikeExpander::CorePanic,
+ | BuiltinFnLikeExpander::CorePanic
335
+ | BuiltinFnLikeExpander::FormatArgs,
336
)
337
| hir_expand::MacroDefKind::BuiltInEager(
338
_,
0 commit comments