We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7bf1d commit 20bb600Copy full SHA for 20bb600
compiler/rustc_builtin_macros/src/format.rs
@@ -448,7 +448,6 @@ pub fn make_format_args(
448
449
if !unfinished_literal.is_empty() {
450
template.push(FormatArgsPiece::Literal(Symbol::intern(&unfinished_literal)));
451
- drop(unfinished_literal);
452
}
453
454
if !invalid_refs.is_empty() {
0 commit comments