Skip to content

Commit

Permalink
Symbol name predicate list printed + excessively
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed May 30, 2019
1 parent c28084a commit 14178ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_codegen_utils/symbol_names.rs
Expand Up @@ -427,7 +427,7 @@ impl Printer<'tcx, 'tcx> for SymbolPrinter<'_, 'tcx> {
mut self,
predicates: &'tcx ty::List<ty::ExistentialPredicate<'tcx>>,
) -> Result<Self::DynExistential, Self::Error> {
let mut first = false;
let mut first = true;
for p in predicates {
if !first {
write!(self, "+")?;
Expand Down

0 comments on commit 14178ef

Please sign in to comment.