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.
for Sized?
1 parent c26f580 commit eb50d3eCopy full SHA for eb50d3e
src/librustc/middle/traits/util.rs
@@ -93,7 +93,7 @@ impl<'cx, 'tcx> Elaborator<'cx, 'tcx> {
93
// seen. This is necessary to prevent infinite
94
// recursion in some cases. One common case is when
95
// people define `trait Sized { }` rather than `trait
96
- // Sized { }`.
+ // Sized for Sized? { }`.
97
predicates.retain(|r| self.visited.insert(r.clone()));
98
99
self.stack.push(StackEntry { position: 0,
0 commit comments