Do not discard ?Sized type params and suggest their removal
This commit is contained in:
@@ -2230,6 +2230,9 @@ impl<'a> State<'a> {
|
||||
GenericBound::Outlives(lt) => {
|
||||
self.print_lifetime(lt);
|
||||
}
|
||||
GenericBound::Unsized(_) => {
|
||||
self.s.word("?Sized");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user