Skip to content

Commit

Permalink
Rollup merge of #69945 - contrun:fix-outdated-comment, r=petrochenkov
Browse files Browse the repository at this point in the history
update outdated comment
  • Loading branch information
Centril authored Mar 12, 2020
2 parents 841f212 + d7100d6 commit 9463cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_typeck/constrained_generic_params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9463cf3

Please sign in to comment.