Fix filter_impls comment
This commit is contained in:
parent
b03a0df737
commit
2e9fb8b68b
@ -1117,8 +1117,8 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
|
|||||||
(result, dep_node)
|
(result, dep_node)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// filter_impls filters candidates that have a positive impl for a negative goal and a
|
/// filter_impls filters constant trait obligations and candidates that have a positive impl
|
||||||
/// negative impl for a positive goal
|
/// for a negative goal and a negative impl for a positive goal
|
||||||
#[instrument(level = "debug", skip(self))]
|
#[instrument(level = "debug", skip(self))]
|
||||||
fn filter_impls(
|
fn filter_impls(
|
||||||
&mut self,
|
&mut self,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user