Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Sep 19, 2020
1 parent d4039c5 commit 30cbc97
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -423,7 +423,7 @@ pub(super) fn try_unify_abstract_consts<'tcx>(
.unwrap_or_else(|ErrorReported| true)
// FIXME(const_evaluatable_checked): We should instead have this
// method return the resulting `ty::Const` and return `ConstKind::Error`
// on `Error`.
// on `ErrorReported`.
}

/// Tries to unify two abstract constants using structural equality.
Expand Down

0 comments on commit 30cbc97

Please sign in to comment.