mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
fix: Fix format_args lowering for >=1.87
This commit is contained in:
parent
55c8cdeafb
commit
e7ce86ddea
7 changed files with 128 additions and 53 deletions
|
|
@ -161,6 +161,7 @@ define_symbols! {
|
|||
bitxor_assign,
|
||||
bitxor,
|
||||
bool,
|
||||
bootstrap,
|
||||
box_free,
|
||||
Box,
|
||||
boxed,
|
||||
|
|
@ -525,4 +526,8 @@ define_symbols! {
|
|||
ignore_flyimport,
|
||||
ignore_flyimport_methods,
|
||||
ignore_methods,
|
||||
position,
|
||||
flags,
|
||||
precision,
|
||||
width,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue