fix: Fix format_args lowering for >=1.87

This commit is contained in:
Lukas Wirth 2025-04-06 09:32:54 +02:00
parent 55c8cdeafb
commit e7ce86ddea
7 changed files with 128 additions and 53 deletions

View file

@ -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())],
),