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 33d4ab6 commit a2d4e29Copy full SHA for a2d4e29
src/tools/rust-analyzer/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