This commit is contained in:
Bastian Kauschke 2020-09-19 22:27:52 +02:00
parent d4039c55c9
commit 30cbc97296
1 changed files with 1 additions and 1 deletions

View File

@ -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.