We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3a69bf + 0070fae commit 280501dCopy full SHA for 280501d
compiler/rustc_trait_selection/src/traits/const_evaluatable.rs
@@ -64,7 +64,7 @@ pub fn is_const_evaluatable<'tcx>(
64
ty::ConstKind::Expr(_) => {
65
// FIXME(generic_const_exprs): we have a `ConstKind::Expr` which is fully concrete, but
66
// currently it is not possible to evaluate `ConstKind::Expr` so we are unable to tell if it
67
- // is evaluatable or not. For now we just ICE until this is implemented this.
+ // is evaluatable or not. For now we just ICE until this is implemented.
68
Err(NotConstEvaluatable::Error(tcx.sess.delay_span_bug(
69
span,
70
"evaluating `ConstKind::Expr` is not currently supported",
0 commit comments