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 5465979 commit 19d9bb8Copy full SHA for 19d9bb8
crates/hir/src/semantics.rs
@@ -347,8 +347,7 @@ impl<'db> SemanticsImpl<'db> {
347
BuiltinFnLikeExpander::Cfg
348
| BuiltinFnLikeExpander::StdPanic
349
| BuiltinFnLikeExpander::Stringify
350
- | BuiltinFnLikeExpander::CorePanic
351
- | BuiltinFnLikeExpander::FormatArgs,
+ | BuiltinFnLikeExpander::CorePanic,
352
)
353
| hir_expand::MacroDefKind::BuiltInEager(
354
_,
0 commit comments