undo one for Sized? removal that was in a comment

This commit is contained in:
Jorge Aparicio 2015-01-04 21:48:57 -05:00
parent c26f5801f5
commit eb50d3ee01

View file

@ -93,7 +93,7 @@ impl<'cx, 'tcx> Elaborator<'cx, 'tcx> {
// seen. This is necessary to prevent infinite
// recursion in some cases. One common case is when
// people define `trait Sized { }` rather than `trait
// Sized { }`.
// Sized for Sized? { }`.
predicates.retain(|r| self.visited.insert(r.clone()));
self.stack.push(StackEntry { position: 0,