Bump rustc crates

This commit is contained in:
Laurențiu Nicola 2025-05-20 10:03:14 +03:00
parent 9e86544698
commit ac8c057d87
4 changed files with 29 additions and 22 deletions

View file

@ -297,7 +297,8 @@ pub(crate) fn parse(
unfinished_literal.clear();
}
let span = parser.arg_places.get(placeholder_index).and_then(|s| to_span(s.clone()));
let span =
parser.arg_places.get(placeholder_index).and_then(|s| to_span(s.clone()));
placeholder_index += 1;
let position_span = to_span(position_span);