Skip to content

Commit 975162d

Browse files
committed
update comment
1 parent f132bcf commit 975162d

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_typeck/src/check/method

1 file changed

+1
-1
lines changed

compiler/rustc_typeck/src/check/method/probe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ impl<'a, 'tcx> ProbeContext<'a, 'tcx> {
765765
// fcx's fulfillment context after this probe is over.
766766
// Note: we only normalize `xform_self_ty` here since the normalization
767767
// of the return type can lead to inference results that prohibit
768-
// valid canidates from being found, see issue #85671
768+
// valid candidates from being found, see issue #85671
769769
// FIXME Postponing the normalization of the return type likely only hides a deeper bug,
770770
// which might be caused by the `param_env` itself. The clauses of the `param_env`
771771
// maybe shouldn't include `Param`s, but rather fresh variables or be canonicalized,

0 commit comments

Comments
 (0)