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 884f0dd commit ceb2782Copy full SHA for ceb2782
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