We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbade6 commit d7100d6Copy full SHA for d7100d6
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