mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
allow format_args! expansion
This commit is contained in:
parent
0adb0e114f
commit
2df806a3a5
1 changed files with 2 additions and 1 deletions
|
@ -331,7 +331,8 @@ impl<'db> SemanticsImpl<'db> {
|
|||
BuiltinFnLikeExpander::Cfg
|
||||
| BuiltinFnLikeExpander::StdPanic
|
||||
| BuiltinFnLikeExpander::Stringify
|
||||
| BuiltinFnLikeExpander::CorePanic,
|
||||
| BuiltinFnLikeExpander::CorePanic
|
||||
| BuiltinFnLikeExpander::FormatArgs,
|
||||
)
|
||||
| hir_expand::MacroDefKind::BuiltInEager(
|
||||
_,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue