Skip to content

Commit d7100d6

Browse files
committed
update outdated comment
1 parent 3dbade6 commit d7100d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/constrained_generic_params.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub fn parameters_for_impl<'tcx>(
3636
vec.into_iter().collect()
3737
}
3838

39-
/// If `include_projections` is false, returns the list of parameters that are
39+
/// If `include_nonconstraining` is false, returns the list of parameters that are
4040
/// constrained by `t` - i.e., the value of each parameter in the list is
4141
/// uniquely determined by `t` (see RFC 447). If it is true, return the list
4242
/// of parameters whose values are needed in order to constrain `ty` - these

0 commit comments

Comments
 (0)