Skip to content

Commit 280501d

Browse files
authored
Rollup merge of #105382 - BoxyUwU:fixme_typo_sadface, r=lcnr
remove an excess `this`
2 parents b3a69bf + 0070fae commit 280501d

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
@@ -64,7 +64,7 @@ pub fn is_const_evaluatable<'tcx>(
6464
ty::ConstKind::Expr(_) => {
6565
// FIXME(generic_const_exprs): we have a `ConstKind::Expr` which is fully concrete, but
6666
// 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.
67+
// is evaluatable or not. For now we just ICE until this is implemented.
6868
Err(NotConstEvaluatable::Error(tcx.sess.delay_span_bug(
6969
span,
7070
"evaluating `ConstKind::Expr` is not currently supported",

0 commit comments

Comments
 (0)