mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-04 18:58:41 +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
|
@ -1664,6 +1664,7 @@ fn sysroot_to_crate_graph(
|
|||
vec![
|
||||
CfgAtom::Flag(sym::debug_assertions.clone()),
|
||||
CfgAtom::Flag(sym::miri.clone()),
|
||||
CfgAtom::Flag(sym::bootstrap.clone()),
|
||||
],
|
||||
vec![CfgAtom::Flag(sym::test.clone())],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue