We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 841f212 + d7100d6 commit 9463cf3Copy full SHA for 9463cf3
src/librustc_typeck/constrained_generic_params.rs
@@ -36,7 +36,7 @@ pub fn parameters_for_impl<'tcx>(
36
vec.into_iter().collect()
37
}
38
39
-/// If `include_projections` is false, returns the list of parameters that are
+/// If `include_nonconstraining` is false, returns the list of parameters that are
40
/// constrained by `t` - i.e., the value of each parameter in the list is
41
/// uniquely determined by `t` (see RFC 447). If it is true, return the list
42
/// of parameters whose values are needed in order to constrain `ty` - these
0 commit comments