Rollup merge of #69945 - contrun:fix-outdated-comment, r=petrochenkov
update outdated comment
This commit is contained in:
commit
9463cf3361
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ pub fn parameters_for_impl<'tcx>(
|
|||
vec.into_iter().collect()
|
||||
}
|
||||
|
||||
/// If `include_projections` is false, returns the list of parameters that are
|
||||
/// If `include_nonconstraining` is false, returns the list of parameters that are
|
||||
/// constrained by `t` - i.e., the value of each parameter in the list is
|
||||
/// uniquely determined by `t` (see RFC 447). If it is true, return the list
|
||||
/// of parameters whose values are needed in order to constrain `ty` - these
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue