We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4039c5 commit 30cbc97Copy full SHA for 30cbc97
compiler/rustc_trait_selection/src/traits/const_evaluatable.rs
@@ -423,7 +423,7 @@ pub(super) fn try_unify_abstract_consts<'tcx>(
423
.unwrap_or_else(|ErrorReported| true)
424
// FIXME(const_evaluatable_checked): We should instead have this
425
// method return the resulting `ty::Const` and return `ConstKind::Error`
426
- // on `Error`.
+ // on `ErrorReported`.
427
}
428
429
/// Tries to unify two abstract constants using structural equality.
0 commit comments