mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
words
This commit is contained in:
parent
d4039c55c9
commit
30cbc97296
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user