Skip to content

Commit 30cbc97

Browse files
committed
words
1 parent d4039c5 commit 30cbc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/traits/const_evaluatable.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ pub(super) fn try_unify_abstract_consts<'tcx>(
423423
.unwrap_or_else(|ErrorReported| true)
424424
// FIXME(const_evaluatable_checked): We should instead have this
425425
// method return the resulting `ty::Const` and return `ConstKind::Error`
426-
// on `Error`.
426+
// on `ErrorReported`.
427427
}
428428

429429
/// Tries to unify two abstract constants using structural equality.

0 commit comments

Comments
 (0)