Skip to content

Commit 14178ef

Browse files
committed
Symbol name predicate list printed + excessively
1 parent c28084a commit 14178ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_codegen_utils/symbol_names.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ impl Printer<'tcx, 'tcx> for SymbolPrinter<'_, 'tcx> {
427427
mut self,
428428
predicates: &'tcx ty::List<ty::ExistentialPredicate<'tcx>>,
429429
) -> Result<Self::DynExistential, Self::Error> {
430-
let mut first = false;
430+
let mut first = true;
431431
for p in predicates {
432432
if !first {
433433
write!(self, "+")?;

0 commit comments

Comments
 (0)