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 4d58fc1 commit 1623f15Copy full SHA for 1623f15
src/tools/rust-analyzer/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